From 4572e6725f9b9840ef455254ee03d1e2d1dacfdc Mon Sep 17 00:00:00 2001 From: Giulio Formenti Date: Wed, 25 Dec 2024 20:45:21 -0500 Subject: [PATCH] Update reads.cpp --- src/reads.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reads.cpp b/src/reads.cpp index 6acff23..d3672cd 100644 --- a/src/reads.cpp +++ b/src/reads.cpp @@ -746,9 +746,9 @@ void InReads::writeToStream() { writerMutexCondition.wait(lck, [this, batchCounter] { return readBatches.size()>batchCounter; }); + std::cout<<+batchCounter<<" "<<+readBatches.size()<