From ab897a9ad401c7781b32d715da01b56783ac2ca6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 2 Jul 2008 11:11:50 +0000 Subject: Improved text and rasied severity of log entry when client sessions are deleted without first being closed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@673359 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client') diff --git a/cpp/src/qpid/client/SessionImpl.cpp b/cpp/src/qpid/client/SessionImpl.cpp index 574c71ecd7..43ae158afe 100644 --- a/cpp/src/qpid/client/SessionImpl.cpp +++ b/cpp/src/qpid/client/SessionImpl.cpp @@ -72,7 +72,7 @@ SessionImpl::~SessionImpl() { { Lock l(state); if (state != DETACHED) { - QPID_LOG(warning, "Detaching deleted session"); + QPID_LOG(error, "Session was not closed cleanly"); setState(DETACHED); handleClosed(); state.waitWaiters(); -- cgit v1.2.1