From 683ea31963d7ff6064ff5591255deb55af586b0a Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 25 Feb 2016 13:56:23 +0100 Subject: [PATCH] removed comment entering missing zone --- 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 ccbdaf148..9c18ad243 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -1876,7 +1876,7 @@ uint32_t UDPStandardImplementation::processListeningBuffer(int ithread, int cSiz #endif //jungfrau last packet value is 0, so find the last packet and store the others in a temp storage if((*( (uint8_t*) header->packetNumber))){ - cprintf(RED,"entering missing packet zone\n"); + //cprintf(RED,"entering missing packet zone\n"); lastFrameHeader64 = (*( (uint32_t*) header->frameNumber))&0xffffff; cSize += onePacketSize; lastPacketOffset -= onePacketSize;