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:
Robert Davies 2006-12-31 15:36:43 +00:00
parent 6ddeac7bc0
commit b91103a830
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
} }
} }