summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/replication/ReplicationExchange.cpp2
1 files changed, 1 insertions, 1 deletions
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)