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:
Gary Tully 2009-09-14 18:06:24 +00:00
parent 72b941603a
commit fd976da1b5
1 changed files with 1 additions and 1 deletions

View File

@ -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) {