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:[email protected]

Reply via email to