summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/replication/ReplicationExchange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/replication/ReplicationExchange.cpp')
-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)