This commit is contained in:
parent
7e3de3ca95
commit
2c0efdee5a
@ -579,9 +579,9 @@ void AcsController::announceMode(bool recursive) {
|
|||||||
} else if (mode == DeviceHandlerIF::MODE_NORMAL) {
|
} else if (mode == DeviceHandlerIF::MODE_NORMAL) {
|
||||||
modeStr = "NORMAL";
|
modeStr = "NORMAL";
|
||||||
}
|
}
|
||||||
const char *submodeStr = acs::getModeStr(static_cast<acs::AcsMode>(mode));
|
const char *submodeStr = acs::getModeStr(static_cast<acs::AcsMode>(submode));
|
||||||
sif::info << "ACS controller is now in " << modeStr << " mode with " <<
|
sif::info << "ACS controller is now in " << modeStr << " mode with " << submodeStr << " submode"
|
||||||
submodeStr << " submode" << std::endl;
|
<< std::endl;
|
||||||
return ExtendedControllerBase::announceMode(recursive);
|
return ExtendedControllerBase::announceMode(recursive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user