minor: changed interrupted acq help (clearbusy), gui look in mythen3 developer tab

This commit is contained in:
2019-11-19 18:19:54 +01:00
parent 1cea6af590
commit 7bde337d58
2 changed files with 19 additions and 1 deletions

View File

@ -276,7 +276,7 @@ bool multiSlsDetector::isAcquireReady() {
FILE_LOG(logWARNING)
<< "Acquire has already started. "
"If previous acquisition terminated unexpectedly, "
"reset busy flag to restart.(sls_detector_put busy 0)";
"reset busy flag to restart.(sls_detector_put clearbusy)";
return false;
}
multi_shm()->acquiringFlag = true;