You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2010/03/03 21:57:19 UTC

svn commit: r918679 - /qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp

Author: aconway
Date: Wed Mar  3 20:57:18 2010
New Revision: 918679

URL: http://svn.apache.org/viewvc?rev=918679&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp?rev=918679&r1=918678&r2=918679&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp Wed Mar  3 20:57:18 2010
@@ -232,7 +232,7 @@
     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),



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org