This commit is contained in:
Dhanya Maliakal 2016-10-31 16:08:49 +01:00
parent 59ade286c2
commit e7bddd54fa

View File

@ -2701,14 +2701,14 @@ void UDPStandardImplementation::stopWriting(int ithread, char* wbuffer){
frameNumberInPreviousFile[ithread] = startFrameIndex-1; frameNumberInPreviousFile[ithread] = startFrameIndex-1;
printf("\nThread:%d File:%s\n" printf("\nThread:%d File:%s\n"
//"\ttotalpacketsinfile:%d\t" "\ttotalpacketsinfile:%d\t"
"Packets Lost:%d" "Packets Lost:%d"
//"\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld" "\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld"
"\n", "\n",
ithread,completeFileName[ithread], ithread,completeFileName[ithread],
//totalPacketsInFile[ithread], totalPacketsInFile[ithread],
( ((int)(currentFrameNumber[ithread]-frameNumberInPreviousFile[ithread])*packetsPerFrame) - totalPacketsInFile[ithread]) ( ((int)(currentFrameNumber[ithread]-frameNumberInPreviousFile[ithread])*packetsPerFrame) - totalPacketsInFile[ithread])
//,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread] ,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread]
); );
} }
closeFile(ithread); closeFile(ithread);