You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2011/02/19 00:27:08 UTC

svn commit: r1072192 - /qpid/branches/qpid-2935/qpid/cpp/src/qpid/broker/Broker.cpp

Author: kgiusti
Date: Fri Feb 18 23:27:08 2011
New Revision: 1072192

URL: http://svn.apache.org/viewvc?rev=1072192&view=rev
Log:
QPID-2935: lower a log msg severity to information

Modified:
    qpid/branches/qpid-2935/qpid/cpp/src/qpid/broker/Broker.cpp

Modified: qpid/branches/qpid-2935/qpid/cpp/src/qpid/broker/Broker.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-2935/qpid/cpp/src/qpid/broker/Broker.cpp?rev=1072192&r1=1072191&r2=1072192&view=diff
==============================================================================
--- qpid/branches/qpid-2935/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ qpid/branches/qpid-2935/qpid/cpp/src/qpid/broker/Broker.cpp Fri Feb 18 23:27:08 2011
@@ -233,7 +233,7 @@ Broker::Broker(const Broker::Options& co
 
     /** todo KAG - remove once cluster support for flow control done */
     if (isInCluster()) {
-        QPID_LOG(warning, "Producer Flow Control TBD for clustered brokers - queue flow control disabled by default.");
+        QPID_LOG(info, "Producer Flow Control TBD for clustered brokers - queue flow control disabled by default.");
         QueueFlowLimit::setDefaults(0, 0, 0);
     } else {
         QueueFlowLimit::setDefaults(conf.queueLimit, conf.queueFlowStopRatio, conf.queueFlowResumeRatio);



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org