diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterMap.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterMap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ClusterMap.cpp b/cpp/src/qpid/cluster/ClusterMap.cpp index e14e35998f..20d6fbb21e 100644 --- a/cpp/src/qpid/cluster/ClusterMap.cpp +++ b/cpp/src/qpid/cluster/ClusterMap.cpp @@ -21,6 +21,7 @@ #include "ClusterMap.h" #include "qpid/Url.h" #include "qpid/framing/FieldTable.h" +#include "qpid/log/Statement.h" #include <boost/bind.hpp> #include <algorithm> #include <functional> @@ -86,6 +87,7 @@ void ClusterMap::ready(const MemberId& id, const Url& url) { members[id] = url; if (id == dumper) dumper = MemberId(); + QPID_LOG(info, id << " joined cluster: " << *this); } }} // namespace qpid::cluster |