From f157d23910e7b3e4d35d6458d10ad8ea0cf9900b Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 13 Nov 2007 08:25:24 +0000 Subject: Increase severity of log message when frames are dropped on session detaching git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594455 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/SessionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/broker/SessionHandler.cpp b/qpid/cpp/src/qpid/broker/SessionHandler.cpp index 280a843a0e..b05e22c7bc 100644 --- a/qpid/cpp/src/qpid/broker/SessionHandler.cpp +++ b/qpid/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); } } -- cgit v1.2.1