From 0255166e69a47e42faeeb19d4ae3a65e6684ba85 Mon Sep 17 00:00:00 2001
From: blaakmeer <sdos@astron.nl>
Date: Thu, 28 Sep 2006 13:12:21 +0000
Subject: [PATCH] BugID: 803 Added some more logging

---
 LCS/ACC/ACCbin/src/ApplController.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/LCS/ACC/ACCbin/src/ApplController.cc b/LCS/ACC/ACCbin/src/ApplController.cc
index e66c34d2e6b..6d244ee6ba4 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;
 		}
-- 
GitLab