More logging to consoleProxy start command

This commit is contained in:
alena 2011-04-28 01:17:03 -07:00
parent f8742adcd5
commit 6352851e43

View File

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