diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index 9044e4978..b42c6d18f 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -2704,14 +2704,14 @@ void UDPStandardImplementation::stopWriting(int ithread, char* wbuffer){ frameNumberInPreviousFile[ithread] = startFrameIndex-1; printf("\nThread:%d File:%s\n" - "\ttotalpacketsinfile:%d\t" + //"\ttotalpacketsinfile:%d\t" "Packets Lost:%d" - "\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld" + //"\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld" "\n", ithread,completeFileName[ithread], - totalPacketsInFile[ithread], + //totalPacketsInFile[ithread], ( ((int)(currentFrameNumber[ithread]-frameNumberInPreviousFile[ithread])*packetsPerFrame) - totalPacketsInFile[ithread]) - ,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread] + //,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread] ); } closeFile(ithread); @@ -2742,12 +2742,6 @@ void UDPStandardImplementation::stopWriting(int ithread, char* wbuffer){ //statistics FILE_LOG(logINFO) << "Status: Run Finished"; for(int i=0;i