From c96cb4fa4232b035309ebfc4586a54c0be8fe762 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 26 Nov 2009 15:56:46 +0000 Subject: Cluster consistency: check for no clean store condition. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884612 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/cluster/Cluster.cpp') diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index fa53fc5475..f9ad734d79 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -260,6 +260,7 @@ Cluster::Cluster(const ClusterSettings& set, broker::Broker& b) : store.load(); if (store.getClusterId()) clusterId = store.getClusterId(); // Use stored ID if there is one. + QPID_LOG(notice, "Cluster store state: " << store) } cpg.join(name); -- cgit v1.2.1