From 81bf2ab836ea9eedf36dd7cc2e8c3d2a8bf10b14 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@742520 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/cluster/Cpg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/cluster/Cpg.cpp b/qpid/cpp/src/qpid/cluster/Cpg.cpp index 453e3870f4..453def31cc 100644 --- a/qpid/cpp/src/qpid/cluster/Cpg.cpp +++ b/qpid/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