From fbdfb5af5aa650af6198c3c34c60db77cd744669 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 4 Mar 2009 13:10:08 +0000 Subject: Improved log message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749996 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/replication/ReplicationExchange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/replication/ReplicationExchange.cpp b/qpid/cpp/src/qpid/replication/ReplicationExchange.cpp index 639cfb5d2e..79a0b0861c 100644 --- a/qpid/cpp/src/qpid/replication/ReplicationExchange.cpp +++ b/qpid/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) -- cgit v1.2.1