From 6352851e43ff1c3aba501670245f62ca5c6a19d4 Mon Sep 17 00:00:00 2001 From: alena Date: Thu, 28 Apr 2011 01:17:03 -0700 Subject: [PATCH] More logging to consoleProxy start command --- server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java b/server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java index 769bc7c9790..5d74ee6ec70 100644 --- a/server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java +++ b/server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java @@ -527,6 +527,7 @@ public class ConsoleProxyManagerImpl implements ConsoleProxyManager, ConsoleProx // as sooner or later, Starting/Migrating state will be transited to Running and Stopping will be transited to // Stopped to allow // Starting of it + s_logger.warn("Console proxy is not in correct state to be started: " + proxy.getState()); return null; } catch (StorageUnavailableException e) { s_logger.warn("Exception while trying to start console proxy", e);