From 509c4845c2985590e9dd9db17c64b752513c6d25 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Mon, 8 Aug 2016 17:11:30 +0200 Subject: [PATCH] got rid of annoying get status message --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 6ffc2f7c5..544e6eade 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -3661,9 +3661,9 @@ slsDetectorDefs::runStatus slsDetector::getRunStatus(){ char mess[MAX_STR_LENGTH]=""; strcpy(mess,"aaaaa"); runStatus retval=ERROR; - //#ifdef VERBOSE +#ifdef VERBOSE std::cout<< "Getting status "<< std::endl; - //#endif +#endif if (thisDetector->onlineFlag==ONLINE_FLAG) { if (stopSocket) { if (connectStop() == OK) {