diff options
author | Alan Conway <aconway@apache.org> | 2009-01-27 14:58:47 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-01-27 14:58:47 +0000 |
commit | 5bec09eaeba0bfbe55d2649ba50801f3faae5642 (patch) | |
tree | 07cc1cfdc8e327669169bac7ea915e8e50a19b7c /cpp/src/qpid/cluster/Connection.cpp | |
parent | d849eff61801f3c5d5bdda74007c886a34f7a10b (diff) | |
download | qpid-python-5bec09eaeba0bfbe55d2649ba50801f3faae5642.tar.gz |
cluster/EventFrame.cpp: Add operator<< for EventFrame
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@738107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp index 4b3e6da3fb..9016e812be 100644 --- a/cpp/src/qpid/cluster/Connection.cpp +++ b/cpp/src/qpid/cluster/Connection.cpp @@ -155,7 +155,6 @@ void Connection::deliveredEvent(const Event& e, PollableFrameQueue& frameq) { // Delivered from cluster. void Connection::deliveredFrame(const EventFrame& f) { - QPID_LOG(trace, cluster << " DLVR: " << *this << ": " << f.frame); assert(!catchUp); currentChannel = f.frame.getChannel(); if (!framing::invoke(*this, *f.frame.getBody()).wasHandled() // Connection contol. |