Skip to content
Snippets Groups Projects
Commit 0255166e authored by blaakmeer's avatar blaakmeer
Browse files

BugID: 803

Added some more logging
parent db1f0c4f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment