Author: aconway
Date: Thu Apr 16 17:40:14 2009
New Revision: 765699

URL: http://svn.apache.org/viewvc?rev=765699&view=rev
Log:
Fix log message with incorrect level (critical should be debug).

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

Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/ErrorCheck.cpp
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/cluster/ErrorCheck.cpp?rev=765699&r1=765698&r2=765699&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/cluster/ErrorCheck.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/cluster/ErrorCheck.cpp Thu Apr 16 17:40:14 2009
@@ -71,7 +71,7 @@
                 throw Exception("Aborted by local failure that did not occur 
on all replicas");
             }
             else {              // his error is worse/same as mine.
-                QPID_LOG(critical, cluster << " Error " << frameSeq << " 
outcome agrees with " << e.getMemberId());
+                QPID_LOG(debug, cluster << " Error " << frameSeq << " outcome 
agrees with " << e.getMemberId());
                 unresolved.erase(e.getMemberId());
                 checkResolved();
             }



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

Reply via email to