From 412b6f57e6fc28909f030c9cd8b1313624b098db Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 23 Jul 2009 18:42:09 +0000 Subject: 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 --- cpp/src/qpid/broker/QueuePolicy.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/src/qpid/broker/QueuePolicy.cpp') 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; -- cgit v1.2.1