Add exception message for AgentManagerImpl.investigate()

This commit is contained in:
Sheng Yang 2011-07-27 10:51:44 -07:00
parent 3d7275f077
commit 96568df702
1 changed files with 1 additions and 1 deletions

View File

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