mirror of https://github.com/apache/activemq.git
tidy info message
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@814758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72b941603a
commit
fd976da1b5
|
@ -118,7 +118,7 @@ public class MasterConnector implements Service, BrokerServiceAware {
|
|||
}
|
||||
localBroker = TransportFactory.connect(localURI);
|
||||
remoteBroker = TransportFactory.connect(remoteURI);
|
||||
LOG.info("Starting a slave connection between " + localBroker + " and " + remoteBroker + " has been established.");
|
||||
LOG.info("Starting a slave connection between " + localBroker + " and " + remoteBroker);
|
||||
localBroker.setTransportListener(new DefaultTransportListener() {
|
||||
|
||||
public void onCommand(Object command) {
|
||||
|
|
Loading…
Reference in New Issue