got rid of annoying get status message

This commit is contained in:
Dhanya Maliakal
2016-08-08 17:11:30 +02:00
parent 56aaaaf182
commit 509c4845c2

View File

@ -3661,9 +3661,9 @@ slsDetectorDefs::runStatus slsDetector::getRunStatus(){
char mess[MAX_STR_LENGTH]=""; char mess[MAX_STR_LENGTH]="";
strcpy(mess,"aaaaa"); strcpy(mess,"aaaaa");
runStatus retval=ERROR; runStatus retval=ERROR;
//#ifdef VERBOSE #ifdef VERBOSE
std::cout<< "Getting status "<< std::endl; std::cout<< "Getting status "<< std::endl;
//#endif #endif
if (thisDetector->onlineFlag==ONLINE_FLAG) { if (thisDetector->onlineFlag==ONLINE_FLAG) {
if (stopSocket) { if (stopSocket) {
if (connectStop() == OK) { if (connectStop() == OK) {