From 78e08815915b567e127babcb2210ba4fa3640df1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 16 Apr 2009 17:40:14 +0000 Subject: Fix log message with incorrect level (critical should be debug). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@765699 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/ErrorCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster') diff --git a/cpp/src/qpid/cluster/ErrorCheck.cpp b/cpp/src/qpid/cluster/ErrorCheck.cpp index cbe3e3daa4..6132d52126 100644 --- a/cpp/src/qpid/cluster/ErrorCheck.cpp +++ b/cpp/src/qpid/cluster/ErrorCheck.cpp @@ -71,7 +71,7 @@ void ErrorCheck::delivered(const EventFrame& e) { 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(); } -- cgit v1.2.1