mirror of https://github.com/apache/activemq.git
removed some system.out logging
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f9fe90d85
commit
8c933fcc89
|
@ -80,7 +80,7 @@ public class ProxyConnector implements Service {
|
|||
ss.stop(this.server);
|
||||
}
|
||||
for (Iterator iter = connections.iterator(); iter.hasNext();) {
|
||||
System.out.println("Connector stopped: Stopping proxy.");
|
||||
log.info("Connector stopped: Stopping proxy.");
|
||||
ss.stop((Service) iter.next());
|
||||
}
|
||||
ss.throwFirstException();
|
||||
|
|
Loading…
Reference in New Issue