From 469c2fe3cf3ecd99799074a67adc374381ac4533 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 6 Jan 2010 17:00:57 +0000 Subject: Don't hold up broker initialization for cluster initialization. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896536 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/PollableQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/PollableQueue.h') diff --git a/cpp/src/qpid/cluster/PollableQueue.h b/cpp/src/qpid/cluster/PollableQueue.h index 65f615d8b6..2aed6de5b9 100644 --- a/cpp/src/qpid/cluster/PollableQueue.h +++ b/cpp/src/qpid/cluster/PollableQueue.h @@ -55,7 +55,7 @@ template class PollableQueue : public sys::PollableQueue { return i; } catch (const std::exception& e) { - QPID_LOG(error, message << ": " << e.what()); + QPID_LOG(critical, message << ": " << e.what()); this->stop(); error(); return values.end(); -- cgit v1.2.1