From b89f0a1663336cda10c343da7b83bc179aacebf6 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 3 Nov 2016 14:22:37 +0100 Subject: [PATCH] progress bug --- slsReceiverSoftware/src/UDPStandardImplementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index 9ad7fc966..7f903e31a 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -2898,7 +2898,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w totalWritingPacketCount[ithread] += npackets; lastFrameNumberInFile[ithread] = tempframenumber; currentFrameNumber[ithread] = tempframenumber; - cout<<"curentframenumber:"< 1) pthread_mutex_lock(&writeMutex);