mirror of https://github.com/apache/activemq.git
sp mistake in log
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@491432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ddeac7bc0
commit
b91103a830
|
@ -182,7 +182,7 @@ public abstract class DemandForwardingBridgeSupport implements Bridge {
|
||||||
startedLatch.countDown();
|
startedLatch.countDown();
|
||||||
log.debug("Outbound transport to " + remoteBrokerName + " resumed");
|
log.debug("Outbound transport to " + remoteBrokerName + " resumed");
|
||||||
}catch(Exception e) {
|
}catch(Exception e) {
|
||||||
log.error("Caught exception from local start ib resume transport",e );
|
log.error("Caught exception from local start in resume transport",e );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue