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 | e847d359c1ae6f1f54ff013f6ba4e5682ef7661a (patch) | |
tree | 17280f1ad6d71973d82d94bfc04bfaca2d037adc /cpp/src | |
parent | e4a74cfb17d1c5a67ea355e9e03b88b56c2e518e (diff) | |
download | qpid-python-e847d359c1ae6f1f54ff013f6ba4e5682ef7661a.tar.gz |
Minor update of log messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@547726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/NullMessageStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.cpp b/cpp/src/qpid/broker/NullMessageStore.cpp index 7742902cc9..4c1f98eb5a 100644 --- a/cpp/src/qpid/broker/NullMessageStore.cpp +++ b/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) |