From 7cbd21651b212c8ef17db4c8dd787b9871a6db11 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 9 Nov 2016 09:27:23 +0100 Subject: [PATCH] debugging --- slsReceiverSoftware/src/UDPStandardImplementation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index f6c4520e9..2e57f1e16 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -1586,7 +1586,7 @@ int UDPStandardImplementation::createNewFile(int ithread){ //Print packet loss and filenames if(totalWritingPacketCount[ithread]){ - printf("\nThread:%d File:%s\n" + cprintf(BLUE,"\nThread:%d File:%s\n" "Packets Lost:%d" "\t\tPacketsInFile:%lld\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld\n", ithread,completeFileName[ithread], @@ -2929,7 +2929,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w //Print packet loss and filenames if(tempframenumber && (tempframenumber%(maxFramesPerFile/10)) == 0){ - cprintf(BLUE,"\nPackets Lost:%d" + printf("\nPackets Lost:%d" "\tPacketsFromLastCheck:%lld" "\tCurrentFrameNumber:%lld" "\tPreviousFrameNumber:%lld\n",