diff --git a/LCS/ACC/ACCbin/src/ApplController.cc b/LCS/ACC/ACCbin/src/ApplController.cc index e66c34d2e6b767ac0b087926c8d26b8424d07170..6d244ee6ba423ee24cec573b4f5ea4ba267ea23c 100644 --- a/LCS/ACC/ACCbin/src/ApplController.cc +++ b/LCS/ACC/ACCbin/src/ApplController.cc @@ -452,6 +452,7 @@ void ApplController::acceptOrRefuseACMsg(DH_ApplControl* anACMsg, // some command is running, has new command overrule 'rights'? if ((newCmd != ACCmdQuit) && (newCmd != ACCmdPause)){ // No overrule rights, reject new command + LOG_DEBUG(formatString("Command rejected: Previous command is still running. itsCurState:%d, newCmd:%d",itsCurState,newCmd)); sendExecutionResult (0, "Previous command is still running"); return; }