diff options
Diffstat (limited to 'cpp/src/qpid/ha/QueueReplicator.cpp')
| -rw-r--r-- | cpp/src/qpid/ha/QueueReplicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/ha/QueueReplicator.cpp b/cpp/src/qpid/ha/QueueReplicator.cpp index c696050c12..dbed7e1537 100644 --- a/cpp/src/qpid/ha/QueueReplicator.cpp +++ b/cpp/src/qpid/ha/QueueReplicator.cpp @@ -160,7 +160,7 @@ void QueueReplicator::route(Deliverable& msg) sys::Mutex::ScopedLock l(lock); if (!isEventKey(key)) { msg.deliverTo(queue); - // FIXME aconway 2012-06-10: race, position may have moved + // We are on a backup so the queue is not modified except via this. QPID_LOG(trace, logPrefix << "Enqueued message " << queue->getPosition()); } else if (key == DEQUEUE_EVENT_KEY) { |
