From a5df04ac705a29c85f0eb272926880cd3f0ed127 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 9 Feb 2009 14:27:22 +0000 Subject: Demote CPG flow control warning message to debug. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@742520 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cpg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/cluster/Cpg.cpp b/cpp/src/qpid/cluster/Cpg.cpp index 453e3870f4..453def31cc 100644 --- a/cpp/src/qpid/cluster/Cpg.cpp +++ b/cpp/src/qpid/cluster/Cpg.cpp @@ -108,7 +108,7 @@ bool Cpg::isFlowControlEnabled() { 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; -- cgit v1.2.1