From fc5b5223c76ea5d9774bec77591c7b190270bea7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 6 May 2010 18:53:29 +0000 Subject: Correct brokertest.retry logic. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@941852 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 a5581cff5e..c3d83cfcac 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -965,7 +965,7 @@ void Cluster::memberUpdate(Lock& l) { // Mark store clean if I am the only broker, dirty otherwise. if (size == 1 ) { if (store.getState() != STORE_STATE_CLEAN_STORE) { - QPID_LOG(notice, "Sole member of cluster, marking store clean."); + QPID_LOG(notice, *this << "Sole member of cluster, marking store clean."); store.clean(Uuid(true)); } } -- cgit v1.2.1