summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-03 20:57:18 +0000
committerAlan Conway <aconway@apache.org>2010-03-03 20:57:18 +0000
commit8d3304fb6985dd3fc2a0dd1da2a78e71dd39f1b8 (patch)
treec5c8a6aa8c044cc4ad4ab465f5534a4a2e2b93cb /qpid/cpp
parent3b48335a26e46d7935d2bbb86f31386949bb1ee2 (diff)
downloadqpid-python-8d3304fb6985dd3fc2a0dd1da2a78e71dd39f1b8.tar.gz
Amended cluster error message for decoding failures.
New message says "Error decoding events, may indicate a broker version mismatch" since version mismatch is the most likely causes of a decoding error. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/cluster/Cluster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/Cluster.cpp b/qpid/cpp/src/qpid/cluster/Cluster.cpp
index f49fbb03a5..460f974b36 100644
--- a/qpid/cpp/src/qpid/cluster/Cluster.cpp
+++ b/qpid/cpp/src/qpid/cluster/Cluster.cpp
@@ -232,7 +232,7 @@ Cluster::Cluster(const ClusterSettings& set, broker::Broker& b) :
dispatcher(cpg, poller, boost::bind(&Cluster::leave, this)),
deliverEventQueue(boost::bind(&Cluster::deliveredEvent, this, _1),
boost::bind(&Cluster::leave, this),
- "Error decoding events",
+ "Error decoding events, may indicate a broker version mismatch",
poller),
deliverFrameQueue(boost::bind(&Cluster::deliveredFrame, this, _1),
boost::bind(&Cluster::leave, this),