diff options
author | Gordon Sim <gsim@apache.org> | 2007-06-15 16:14:35 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-06-15 16:14:35 +0000 |
commit | c60d82bbb0047b209d59d13ec3ed44fc70153cb7 (patch) | |
tree | c3cc99775df9bbb7d7152f154d6a0e8b23d025a8 | |
parent | bb640c49364d0bb43818e216696f061240753bd0 (diff) | |
download | qpid-python-c60d82bbb0047b209d59d13ec3ed44fc70153cb7.tar.gz |
Minor update of log messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@547726 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/qpid/broker/NullMessageStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/broker/NullMessageStore.cpp b/qpid/cpp/src/qpid/broker/NullMessageStore.cpp index 7742902cc9..4c1f98eb5a 100644 --- a/qpid/cpp/src/qpid/broker/NullMessageStore.cpp +++ b/qpid/cpp/src/qpid/broker/NullMessageStore.cpp @@ -74,7 +74,7 @@ void NullMessageStore::unbind(const PersistableExchange&, const PersistableQueue void NullMessageStore::recover(RecoveryManager&) { - QPID_LOG(warning, "Persistence not enabled, no recovery of queues or messages."); + QPID_LOG(warning, "Persistence not enabled, no recovery attempted."); } void NullMessageStore::stage(PersistableMessage&) @@ -94,7 +94,7 @@ void NullMessageStore::appendContent(PersistableMessage&, const string&) void NullMessageStore::loadContent(PersistableMessage&, string&, uint64_t, uint32_t) { - QPID_LOG(warning, "WARNING: Can't load content. Persistence not enabled."); + QPID_LOG(warning, "Can't load content. Persistence not enabled."); } void NullMessageStore::enqueue(TransactionContext*, PersistableMessage&, const PersistableQueue& queue) |