mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
More logging to consoleProxy start command
This commit is contained in:
parent
f8742adcd5
commit
6352851e43
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user