mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
added the print temp losses
This commit is contained in:
@ -2909,7 +2909,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
|||||||
|
|
||||||
|
|
||||||
//Print packet loss and filenames
|
//Print packet loss and filenames
|
||||||
if( (tempframenumber%(maxFramesPerFile/10)) == 0){
|
if(tempframenumber && (tempframenumber%(maxFramesPerFile/10)) == 0){
|
||||||
printf("\nTThread:%d"
|
printf("\nTThread:%d"
|
||||||
"\t\tPackets Lost:%d"
|
"\t\tPackets Lost:%d"
|
||||||
"\tPacketsFromLastCheck:%lld"
|
"\tPacketsFromLastCheck:%lld"
|
||||||
|
Reference in New Issue
Block a user