summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-02-09 14:27:22 +0000
committerAlan Conway <aconway@apache.org>2009-02-09 14:27:22 +0000
commit81bf2ab836ea9eedf36dd7cc2e8c3d2a8bf10b14 (patch)
treee06fd1e6b2eb917707a02294d171db3bf0be3479
parentc70ea4bfdc185dff06527e0cca3ee9fbe0a4dcc5 (diff)
downloadqpid-python-81bf2ab836ea9eedf36dd7cc2e8c3d2a8bf10b14.tar.gz
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
-rw-r--r--qpid/cpp/src/qpid/cluster/Cpg.cpp2
1 files changed, 1 insertions, 1 deletions
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;