mirror of https://github.com/apache/cloudstack.git
bug 11825: removing the trace as from the message the origin of problem can be easily traced.
This commit is contained in:
parent
d03a2f40bf
commit
d90e19ae28
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue