diff options
| author | Gordon Sim <gsim@apache.org> | 2009-03-04 13:10:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-03-04 13:10:08 +0000 |
| commit | fbdfb5af5aa650af6198c3c34c60db77cd744669 (patch) | |
| tree | ab6d00aeab106c6be1de1507a84049453131fe13 /qpid/cpp | |
| parent | 509b897912db272a858d5a3e2c551ee934948f9d (diff) | |
| download | qpid-python-fbdfb5af5aa650af6198c3c34c60db77cd744669.tar.gz | |
Improved log message
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/replication/ReplicationExchange.cpp | 2 |
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) |
