diff options
| author | Gordon Sim <gsim@apache.org> | 2007-10-19 16:21:29 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-10-19 16:21:29 +0000 |
| commit | f33b0010633359c55e75c1005d38118cbaf1ea39 (patch) | |
| tree | 4c345cad660c9c62f0c3c68cac764e9a9f099c37 /cpp/src/qpid/broker/NullMessageStore.cpp | |
| parent | 01800d3b4d6346296dd4351eb441a75fa6d503e0 (diff) | |
| download | qpid-python-f33b0010633359c55e75c1005d38118cbaf1ea39.tar.gz | |
Fix to allocation algorithm in queue: prevents infinite loop when first consumer for allocation is cancelled after starting to dispatch a particular method.
Removed alarming(!) log statement.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/NullMessageStore.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/NullMessageStore.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.cpp b/cpp/src/qpid/broker/NullMessageStore.cpp index b8e4950287..b3fc7ec9a7 100644 --- a/cpp/src/qpid/broker/NullMessageStore.cpp +++ b/cpp/src/qpid/broker/NullMessageStore.cpp @@ -49,10 +49,7 @@ using namespace qpid::broker; NullMessageStore::NullMessageStore(bool _warn) : warn(_warn){} -void NullMessageStore::init(const std::string& /*dir*/, const bool /*async*/) -{ - QPID_LOG(info, "Can't init, store not enabled"); -} +void NullMessageStore::init(const std::string& /*dir*/, const bool /*async*/) {} void NullMessageStore::create(PersistableQueue& queue) { |
