From 2be49cfc2ea3a6aec720cc0233ee90a5ab6d9024 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/qpid@594455 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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); } } -- cgit v1.2.1