diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/SessionHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionHandler.cpp b/cpp/src/qpid/broker/SessionHandler.cpp index 280a843a0e..b05e22c7bc 100644 --- a/cpp/src/qpid/broker/SessionHandler.cpp +++ b/cpp/src/qpid/broker/SessionHandler.cpp @@ -87,7 +87,7 @@ void SessionHandler::handleOut(AMQFrame& f) { if (session->sent(f)) peerSession.solicitAck(); } else { - QPID_LOG(warning, "Dropping frame as session is no longer attached to a channel: " << f); + QPID_LOG(error, "Dropping frame as session is no longer attached to a channel: " << f); } } |