summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SecureConnectionFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SecureConnectionFactory.cpp')
-rw-r--r--cpp/src/qpid/broker/SecureConnectionFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SecureConnectionFactory.cpp b/cpp/src/qpid/broker/SecureConnectionFactory.cpp
index 9d92d26ac8..5a31dbceeb 100644
--- a/cpp/src/qpid/broker/SecureConnectionFactory.cpp
+++ b/cpp/src/qpid/broker/SecureConnectionFactory.cpp
@@ -41,7 +41,7 @@ SecureConnectionFactory::create(ProtocolVersion v, sys::OutputControl& out, cons
unsigned int conn_ssf ) {
if (broker.getConnectionCounter().allowConnection())
{
- QPID_LOG(error, "Client max connection count limit exceeded: " << broker.getOptions().maxConnections << " connection refushed");
+ QPID_LOG(error, "Client max connection count limit exceeded: " << broker.getOptions().maxConnections << " connection refused");
return 0;
}
if (v == ProtocolVersion(0, 10)) {