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 | 412b6f57e6fc28909f030c9cd8b1313624b098db (patch) | |
| tree | 47236a7fb89dc7b7de358bf4249ccb2ea7e852e7 /cpp/src | |
| parent | 2ad69edde9a42c1811315abc68f292243128bac4 (diff) | |
| download | qpid-python-412b6f57e6fc28909f030c9cd8b1313624b098db.tar.gz | |
Remove uninformative per-message info level log message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@797184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/broker/QueuePolicy.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/QueuePolicy.cpp b/cpp/src/qpid/broker/QueuePolicy.cpp index 39afe90134..b19358156a 100644 --- a/cpp/src/qpid/broker/QueuePolicy.cpp +++ b/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; |
