summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp')
-rw-r--r--qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp b/qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp
index d8c2e8e34e..df50f1da19 100644
--- a/qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp
+++ b/qpid/cpp/src/qpid/ha/ConnectionExcluder.cpp
@@ -34,8 +34,6 @@ void ConnectionExcluder::opened(broker::Connection& connection) {
&& !connection.getClientProperties().isSet(ADMIN_TAG))
throw Exception(
QPID_MSG("HA: Backup broker rejected connection " << connection.getMgmtId()));
- else
- QPID_LOG(debug, "HA: Backup broker accepted connection" << connection.getMgmtId());
}
const std::string ConnectionExcluder::ADMIN_TAG="qpid.ha-admin";