Skip to content

Commit

Permalink
remove printout
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Mar 14, 2024
1 parent ae2529a commit 10f372b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsrc++/EventWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1357,9 +1357,9 @@ namespace evio {

// Since the writer thread is the last to process each record,
// wait until it's done with the last item, then exit the thread.
std::cout << "Close: waiting 4 writing thd" << std::endl;
// std::cout << "Close: waiting 4 writing thd" << std::endl;
recordWriterThread[0].waitForLastItem();
std::cout << "Close: done waiting 4 writing thd" << std::endl;
// std::cout << "Close: done waiting 4 writing thd" << std::endl;

// Stop all compressing threads which by now are stuck on get
for (RecordCompressor &thd : recordCompressorThreads) {
Expand Down

0 comments on commit 10f372b

Please sign in to comment.