summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/cluster/Cpg.cpp2
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;