From a5d70c1214dec11edb29b66840ba81f0877b1427 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 20 Oct 2020 15:47:09 +0200 Subject: [PATCH] print missing packets in signed --- slsReceiverSoftware/src/Implementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsReceiverSoftware/src/Implementation.cpp b/slsReceiverSoftware/src/Implementation.cpp index 4ebdd68f0..c16af4e7a 100644 --- a/slsReceiverSoftware/src/Implementation.cpp +++ b/slsReceiverSoftware/src/Implementation.cpp @@ -585,7 +585,7 @@ void Implementation::stopReceiver() { // udp port number could be the second if selected interface is // 2 for jungfrau "Summary of Port " << udpPortNum[i] - << "\n\tMissing Packets\t\t: " << mp[i] + << "\n\tMissing Packets\t\t: " << (int64_t)mp[i] << "\n\tComplete Frames\t\t: " << nf << "\n\tLast Frame Caught\t: " << listener[i]->GetLastFrameIndexCaught();