You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2009/02/09 15:27:22 UTC

svn commit: r742520 - /qpid/trunk/qpid/cpp/src/qpid/cluster/Cpg.cpp

Author: aconway
Date: Mon Feb  9 14:27:22 2009
New Revision: 742520

URL: http://svn.apache.org/viewvc?rev=742520&view=rev
Log:
Demote CPG flow control warning message to debug.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/cluster/Cpg.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/Cpg.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/cluster/Cpg.cpp?rev=742520&r1=742519&r2=742520&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/cluster/Cpg.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/cluster/Cpg.cpp Mon Feb  9 14:27:22 2009
@@ -108,7 +108,7 @@
 
 bool Cpg::mcast(const iovec* iov, int iovLen) {
     if (isFlowControlEnabled()) {
-        QPID_LOG(warning, "CPG flow control enabled")
+        QPID_LOG(debug, "CPG flow control enabled")
         return false;
     }
     cpg_error_t result;



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