diff options
Diffstat (limited to 'cpp/src/qpid/client/SessionImpl.cpp')
-rw-r--r-- | cpp/src/qpid/client/SessionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |