mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
got rid of annoying get status message
This commit is contained in:
parent
56aaaaf182
commit
509c4845c2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user