diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-13 08:25:24 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-13 08:25:24 +0000 |
| commit | f157d23910e7b3e4d35d6458d10ad8ea0cf9900b (patch) | |
| tree | 33d15352669b1fa507d41114ff67c04439cba13a /qpid/cpp | |
| parent | 2193ff685ac07ede3aecb9274d4131e95078f8cb (diff) | |
| download | qpid-python-f157d23910e7b3e4d35d6458d10ad8ea0cf9900b.tar.gz | |
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
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/SessionHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
