diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index 787a0064f..424bac635 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -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"