change log level to debug for exceptio thrown when disposing of local transport

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@499752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-01-25 11:54:12 +00:00
parent 22e007f0a3
commit 0552f4a1b0
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ public abstract class DemandForwardingBridgeSupport implements Bridge {
localBroker.oneway(new ShutdownInfo());
remoteBroker.oneway(new ShutdownInfo());
}catch(IOException e){
log.info("Caught exception stopping",e);
log.debug("Caught exception stopping",e);
}finally{
ServiceStopper ss=new ServiceStopper();
ss.stop(localBroker);