From 558e92d6c9cf8dfb875c1250ab8fe1cefaf30b05 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sun, 21 Sep 2008 05:04:04 +0000 Subject: DumpClient send connections & session IDs to new members. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@697446 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 7b1cacb640..4575c45a35 100644 --- a/cpp/src/qpid/client/SessionImpl.cpp +++ b/cpp/src/qpid/client/SessionImpl.cpp @@ -74,7 +74,7 @@ SessionImpl::~SessionImpl() { { Lock l(state); if (state != DETACHED) { - QPID_LOG(error, "Session was not closed cleanly"); + QPID_LOG(warning, "Session was not closed cleanly"); setState(DETACHED); handleClosed(); state.waitWaiters(); -- cgit v1.2.1