summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ErrorCheck.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-30 20:57:12 +0000
committerAlan Conway <aconway@apache.org>2010-03-30 20:57:12 +0000
commitd13a8d895087b0a8e5a3535466bd8a5d065ae6be (patch)
treedff4863a629ded4ecd092f43655ff8ebf5663390 /cpp/src/qpid/cluster/ErrorCheck.cpp
parent6fbe67c713215a289e86d32fae48205d8f3062d2 (diff)
downloadqpid-python-d13a8d895087b0a8e5a3535466bd8a5d065ae6be.tar.gz
Cluster logging improvements: log config changes in the deliver thread.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ErrorCheck.cpp')
-rw-r--r--cpp/src/qpid/cluster/ErrorCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ErrorCheck.cpp b/cpp/src/qpid/cluster/ErrorCheck.cpp
index d66db8551d..be671c0f48 100644
--- a/cpp/src/qpid/cluster/ErrorCheck.cpp
+++ b/cpp/src/qpid/cluster/ErrorCheck.cpp
@@ -110,7 +110,7 @@ ErrorCheck::FrameQueue::iterator ErrorCheck::review(const FrameQueue::iterator&
const ClusterConfigChangeBody* configChange =
static_cast<const ClusterConfigChangeBody*>(method);
if (configChange) {
- MemberSet members(decodeMemberSet(configChange->getCurrent()));
+ MemberSet members(decodeMemberSet(configChange->getMembers()));
QPID_LOG(debug, cluster << " apply config change to error "
<< frameSeq << ": " << members);
MemberSet intersect;