diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp index 0772215b83..43a47930fd 100644 --- a/cpp/src/qpid/cluster/Connection.cpp +++ b/cpp/src/qpid/cluster/Connection.cpp @@ -439,7 +439,7 @@ void Connection::membership(const FieldTable& joiners, const FieldTable& members } void Connection::retractOffer() { - QPID_LOG(debug, cluster << " incoming update retracted on connection " << *this); + QPID_LOG(info, cluster << " incoming update retracted on connection " << *this); cluster.updateInRetracted(); self.second = 0; // Mark this as completed update connection. } |