From 5acbd6008595dae7e57f63224be19f53c65ebd8a Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Sun, 21 Oct 2012 22:47:59 +0000 Subject: QPID-4378 Deleting dynamic bridge. Delete warning message. that is present when links are fine and bridge is unbound. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400736 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Bridge.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp') diff --git a/cpp/src/qpid/broker/Bridge.cpp b/cpp/src/qpid/broker/Bridge.cpp index c08a2ef686..d2f077af1e 100644 --- a/cpp/src/qpid/broker/Bridge.cpp +++ b/cpp/src/qpid/broker/Bridge.cpp @@ -367,7 +367,6 @@ void Bridge::ioThreadPropagateBinding(const string& queue, const string& exchang 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"); } } -- cgit v1.2.1