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);