diff options
Diffstat (limited to 'cpp/src/qpid/broker')
| -rw-r--r-- | cpp/src/qpid/broker/DeliveryRecord.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/DeliveryRecord.cpp b/cpp/src/qpid/broker/DeliveryRecord.cpp index f9218655a4..df700cd15a 100644 --- a/cpp/src/qpid/broker/DeliveryRecord.cpp +++ b/cpp/src/qpid/broker/DeliveryRecord.cpp @@ -143,6 +143,8 @@ void DeliveryRecord::acquire(std::vector<DeliveryId>& results) { if (queue->acquire(msg)) { acquired = true; results.push_back(id); + } else { + QPID_LOG(info, "Message already acquired " << id.getValue()); } } |
