added the print temp losses

This commit is contained in:
Dhanya Maliakal 2016-11-08 16:36:17 +01:00
parent 5f4a38416a
commit 33d0563133

View File

@ -2909,8 +2909,8 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
//Print packet loss and filenames
if( (currentFrameNumber[ithread]%(maxFramesPerFile/10)) == 0){
printf("\nThread:%d"
if( (tempframenumber%(maxFramesPerFile/10)) == 0){
printf("\nTThread:%d"
"\t\tPackets Lost:%d"
"\tPacketsFromLastCheck:%lld"
"\tCurrentFrameNumber:%lld"