diff options
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.cpp b/cpp/src/qpid/cluster/UpdateClient.cpp index 6b324be4c5..59db4de526 100644 --- a/cpp/src/qpid/cluster/UpdateClient.cpp +++ b/cpp/src/qpid/cluster/UpdateClient.cpp @@ -188,8 +188,7 @@ void UpdateClient::update() { // sys::usleep(10*1000); - QPID_LOG(debug, *this << " update completed to " << updateeId - << " at " << updateeUrl << ": " << membership); + QPID_LOG(debug, *this << " update completed to " << updateeId << " at " << updateeUrl); } namespace { |