From 1ac2c6d09b7a34f696cca20c2455af7b3f4c4f31 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Fri, 4 Oct 2013 12:04:35 +0000 Subject: [PATCH] minor change in couts git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@683 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp b/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp index 6ebd3c9ef..7260fa77e 100644 --- a/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp +++ b/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp @@ -858,7 +858,7 @@ int slsReceiverFunctionList::startWriting(){ receiver_threads_running=0; pthread_mutex_unlock(&status_mutex); - cout << "Total RealTime Packets Caught:" << dec << totalPacketsCaught << endl; + cout << "Total Packets Caught:" << dec << totalPacketsCaught << endl; //cout << "RealTime Full Frames Caught:" << dec << framesCaught << endl; cout << "Total Full Frames Caught:"<< dec << totalFramesCaught << endl;