fix ctb test, non blocking will not return for 1g (#684)

* fix ctb test, non blocking will not return for 1g
This commit is contained in:
Dhanya Thattil
2023-02-22 11:09:18 +01:00
committed by GitHub
parent adcde9fd49
commit da291d535e
2 changed files with 3 additions and 2 deletions

View File

@ -1314,7 +1314,7 @@ void DetectorImpl::processData(bool receiver) {
}
// only update progress
else {
LOG(logINFO) << "Type 'q' and hit enter to stop";
LOG(logINFO) << "Type 'q' and hit enter to stop acquisition";
double progress = 0;
printProgress(progress);