summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-05-31 15:14:54 +0000
committerAlan Conway <aconway@apache.org>2010-05-31 15:14:54 +0000
commit68d06cb9f5f10f3679ae1fc3c7bde86881862c38 (patch)
treebc2ef67ae97da445d1718c505332b0f47afd22a7 /cpp/src/qpid/cluster/Connection.cpp
parent7f957dec3739f454e85c4d7df90c092ff893d487 (diff)
downloadqpid-python-68d06cb9f5f10f3679ae1fc3c7bde86881862c38.tar.gz
Fixed assertion error in cluster_tests.py test_failover.
Added missing call to expandd in cluster/RetractClient.cpp git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.cpp')
-rw-r--r--cpp/src/qpid/cluster/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp
index 0772215b83..43a47930fd 100644
--- a/cpp/src/qpid/cluster/Connection.cpp
+++ b/cpp/src/qpid/cluster/Connection.cpp
@@ -439,7 +439,7 @@ void Connection::membership(const FieldTable& joiners, const FieldTable& members
}
void Connection::retractOffer() {
- QPID_LOG(debug, cluster << " incoming update retracted on connection " << *this);
+ QPID_LOG(info, cluster << " incoming update retracted on connection " << *this);
cluster.updateInRetracted();
self.second = 0; // Mark this as completed update connection.
}