diff options
Diffstat (limited to 'cpp/src/qpid/ha/StatusCheck.cpp')
| -rw-r--r-- | cpp/src/qpid/ha/StatusCheck.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/ha/StatusCheck.cpp b/cpp/src/qpid/ha/StatusCheck.cpp index 01fceb7783..17613ce3dd 100644 --- a/cpp/src/qpid/ha/StatusCheck.cpp +++ b/cpp/src/qpid/ha/StatusCheck.cpp @@ -87,8 +87,8 @@ void StatusCheckThread::run() { string status = details["status"].getString(); if (status != "joining") { statusCheck.setPromote(false); - QPID_LOG(error, statusCheck.logPrefix << "Broker " << url << " status is " << status - << " this broker will refuse promotion."); + QPID_LOG(info, statusCheck.logPrefix << "Status of " << url << " is " + << status << ", this broker will refuse promotion."); } QPID_LOG(debug, statusCheck.logPrefix << "Status of " << url << ": " << status); } |
