summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-03-04 13:10:08 +0000
committerGordon Sim <gsim@apache.org>2009-03-04 13:10:08 +0000
commitf029ec74824a402525c9441413976e204f2739a3 (patch)
tree71eb52de50b67d9588ec542dcc582595c22e0c9d /cpp/src
parent24ab249c5a2b31ed0c34d3116c368093162a3a18 (diff)
downloadqpid-python-f029ec74824a402525c9441413976e204f2739a3.tar.gz
Improved log message
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/replication/ReplicationExchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/replication/ReplicationExchange.cpp b/cpp/src/qpid/replication/ReplicationExchange.cpp
index 639cfb5d2e..79a0b0861c 100644
--- a/cpp/src/qpid/replication/ReplicationExchange.cpp
+++ b/cpp/src/qpid/replication/ReplicationExchange.cpp
@@ -73,7 +73,7 @@ void ReplicationExchange::handleEnqueueEvent(const FieldTable* args, Deliverable
headers.erase(REPLICATION_EVENT_SEQNO);
headers.erase(REPLICATION_EVENT_TYPE);
msg.deliverTo(queue);
- QPID_LOG(debug, "Enqueued replicated message onto " << queue);
+ QPID_LOG(debug, "Enqueued replicated message onto " << queueName);
}
void ReplicationExchange::handleDequeueEvent(const FieldTable* args)