diff options
| author | Alan Conway <aconway@apache.org> | 2009-07-23 18:42:09 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-07-23 18:42:09 +0000 |
| commit | 3b2bba5c270839ccc91836fde3f2ba0481b3ba74 (patch) | |
| tree | 385b1cedd8c6f718f2e954f7269388107afd1f03 /qpid/cpp | |
| parent | 2b88351d36e6f7eb6bb21b879ff5ddd48a6d1a73 (diff) | |
| download | qpid-python-3b2bba5c270839ccc91836fde3f2ba0481b3ba74.tar.gz | |
Remove uninformative per-message info level log message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/QueuePolicy.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/broker/QueuePolicy.cpp b/qpid/cpp/src/qpid/broker/QueuePolicy.cpp index 39afe90134..b19358156a 100644 --- a/qpid/cpp/src/qpid/broker/QueuePolicy.cpp +++ b/qpid/cpp/src/qpid/broker/QueuePolicy.cpp @@ -74,9 +74,6 @@ bool QueuePolicy::checkLimit(const QueuedMessage& m) } else { if (policyExceeded) { policyExceeded = false; - if (m.queue) { - QPID_LOG(info, "Queue cumulative message size and message count within policy for " << m.queue->getName()); - } } } return !exceeded; |
