From 2f83216b9948be6a65b04f8bf749f60a818634c4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 20 Nov 2007 17:18:42 +0000 Subject: Drop annoying session sequence log messages. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@596744 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/SessionState.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/framing/SessionState.cpp b/cpp/src/qpid/framing/SessionState.cpp index 8e5c9d34fc..52b71d0cf9 100644 --- a/cpp/src/qpid/framing/SessionState.cpp +++ b/cpp/src/qpid/framing/SessionState.cpp @@ -70,7 +70,6 @@ boost::optional SessionState::received(const AMQFrame& f) { QPID_MSG("Invalid frame: Resuming session, expected session-ack")); assert(state = ATTACHED); ++lastReceived; - QPID_LOG(trace, "Recv # "<< lastReceived << " " << id); if (ackInterval && lastReceived == sendAckAt) return sendingAck(); else @@ -85,7 +84,6 @@ bool SessionState::sent(const AMQFrame& f) { unackedOut.push_back(f); } ++lastSent; - QPID_LOG(trace, "Sent # "<< lastSent << " " << id); return ackInterval && (state!=RESUMING) && (lastSent == solicitAckAt) && -- cgit v1.2.1