mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07: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
|
||||
if( (tempframenumber%(maxFramesPerFile/10)) == 0){
|
||||
if(tempframenumber && (tempframenumber%(maxFramesPerFile/10)) == 0){
|
||||
printf("\nTThread:%d"
|
||||
"\t\tPackets Lost:%d"
|
||||
"\tPacketsFromLastCheck:%lld"
|
||||
|
Reference in New Issue
Block a user