diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-06 17:00:57 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-06 17:00:57 +0000 |
| commit | 469c2fe3cf3ecd99799074a67adc374381ac4533 (patch) | |
| tree | 09f7cc9356c01625db06c068466804e63b68d7bf /cpp/src/qpid/cluster/PollableQueue.h | |
| parent | 995e679a76a6f1b48b3d7eeec9b4c2d60b448fb3 (diff) | |
| download | qpid-python-469c2fe3cf3ecd99799074a67adc374381ac4533.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/cluster/PollableQueue.h')
| -rw-r--r-- | cpp/src/qpid/cluster/PollableQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 T> class PollableQueue : public sys::PollableQueue<T> { 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(); |
