diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-10-09 18:18:51 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-10-09 18:18:51 +0000 |
| commit | 1167f093eaf4f03e2b7422388d6a70deb53f9e61 (patch) | |
| tree | 58d91e7f233257be9808daa44bfae373c340aecb /cpp/src/qpid/broker/Queue.cpp | |
| parent | 5f5076fa457904d18b2612979e75083bba32a6ca (diff) | |
| download | qpid-python-1167f093eaf4f03e2b7422388d6a70deb53f9e61.tar.gz | |
Added some debug logs to indicate credit levels and verify if a message is enqueued.
I found it useful during testing
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@583253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Queue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Queue.cpp b/cpp/src/qpid/broker/Queue.cpp index 95fff2e789..e190a82485 100644 --- a/cpp/src/qpid/broker/Queue.cpp +++ b/cpp/src/qpid/broker/Queue.cpp @@ -80,6 +80,7 @@ void Queue::deliver(Message::shared_ptr& msg){ }else { push(msg); } + QPID_LOG(debug, "Message Enqueued: " << msg->getApplicationHeaders()); serializer.execute(dispatchCallback); } } |
