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/branches/activemq-4.0@420715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c69b9becc7
commit
fd6ae201af
|
@ -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