|
|
@ -180,7 +180,7 @@ void DisinfectionCtrlService::traceState() { |
|
|
|
* StateMachine * |
|
|
|
*******************************************************************************/ |
|
|
|
void DisinfectionCtrlService::exceptionProcesser(const appexception& e) { |
|
|
|
logger->error("exceptionProcesser:{}", e); |
|
|
|
logger->error("exceptionProcesser:{}", e.what()); |
|
|
|
sm.changeState(DisinfectionState::appexception); |
|
|
|
DS->setAppExceptionFlag(e); |
|
|
|
} |
|
|
|