Author: chug
Date: Sun Oct 21 22:47:59 2012
New Revision: 1400736

URL: http://svn.apache.org/viewvc?rev=1400736&view=rev
Log:
QPID-4378 Deleting dynamic bridge. Delete warning message.
that is present when links are fine and bridge is unbound.


Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/Bridge.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Bridge.cpp
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Bridge.cpp?rev=1400736&r1=1400735&r2=1400736&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Bridge.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Bridge.cpp Sun Oct 21 22:47:59 2012
@@ -367,7 +367,6 @@ void Bridge::ioThreadPropagateBinding(co
         peer->getExchange().bind(queue, exchange, key, args);
     } else {
       // link's periodic maintenance visit will attempt to recover
-      QPID_LOG(warning, "Cannot propagate binding for dynamic bridge as 
session has been detached");
     }
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to