mirror of https://github.com/apache/activemq.git
No need to be so verbose when disposing a service. If we need to find out why something is going wrong we can enable debug logging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
40958b688f
commit
d6c75ee25e
|
@ -39,7 +39,7 @@ public abstract class ServiceSupport implements Service {
|
|||
service.stop();
|
||||
}
|
||||
catch (Exception e) {
|
||||
log.error("Could not stop service: " + service + ". Reason: " + e, e);
|
||||
log.debug("Could not stop service: " + service + ". Reason: " + e, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue