diff options
Diffstat (limited to 'cpp/src/qpid/broker/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index 320efc42f1..5d4ebad4b9 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -167,6 +167,7 @@ void Connection::setFederationLink(bool b) void Connection::close( ReplyCode code, const string& text, ClassId classId, MethodId methodId) { + QPID_LOG_IF(error, code != 200, "Connection " << mgmtId << " closed by error: " << text << "(" << code << ")"); adapter.close(code, text, classId, methodId); channels.clear(); getOutput().close(); |
