mirror of https://github.com/apache/cloudstack.git
Add exception message for AgentManagerImpl.investigate()
This commit is contained in:
parent
3d7275f077
commit
96568df702
|
|
@ -864,7 +864,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, Manager {
|
|||
return status;
|
||||
}
|
||||
} catch (AgentUnavailableException e) {
|
||||
s_logger.debug("Agent is unavailable so we move on.");
|
||||
s_logger.debug("Agent is unavailable so we move on. Error: " + e.getMessage());
|
||||
} catch (OperationTimedoutException e) {
|
||||
s_logger.debug("Timed Out " + e.getMessage());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue