bug 11825: removing the trace as from the message the origin of problem can be easily traced.

This commit is contained in:
Abhinandan Prateek 2011-11-24 11:15:51 +05:30
parent d03a2f40bf
commit d90e19ae28
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, Manager {
try {
resource.configure(host.getName(), params);
} catch (ConfigurationException e) {
s_logger.warn("Unable to configure resource due to ", e);
s_logger.warn("Unable to configure resource due to " + e.getMessage());
return false;
}