diff options
author | Alan Conway <aconway@apache.org> | 2009-02-09 14:27:22 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-02-09 14:27:22 +0000 |
commit | a5df04ac705a29c85f0eb272926880cd3f0ed127 (patch) | |
tree | 1c16dec7d232da23ccd34f27f14db27464d419a9 /cpp/src | |
parent | 442ea3a860318d31d47759cfa00bd55f82fe1b7d (diff) | |
download | qpid-python-a5df04ac705a29c85f0eb272926880cd3f0ed127.tar.gz |
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
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/cluster/Cpg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |