Author: gsim
Date: Fri Jun 15 09:14:35 2007
New Revision: 547726
URL: http://svn.apache.org/viewvc?view=rev&rev=547726
Log:
Minor update of log messages.
Modified:
incubator/qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp?view=diff&rev=547726&r1=547725&r2=547726
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
(original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp Fri Jun
15 09:14:35 2007
@@ -74,7 +74,7 @@
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::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)