added the print temp losses

This commit is contained in:
Dhanya Maliakal
2016-11-08 16:37:15 +01:00
parent 33d0563133
commit 1a64fc30ca

View File

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