diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-10-21 22:47:59 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-10-21 22:47:59 +0000 |
| commit | 5acbd6008595dae7e57f63224be19f53c65ebd8a (patch) | |
| tree | 18decdcf10753e3a54fceaa48c8f4d4c29660d33 /cpp | |
| parent | 8aabbfd6c4c70df5ace15b54dda8475662029e93 (diff) | |
| download | qpid-python-5acbd6008595dae7e57f63224be19f53c65ebd8a.tar.gz | |
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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Bridge.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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"); } } |
