From 89d3aef1e2888d415f11b1c47450a5cf5ad32b3e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 21 May 2007 15:23:55 +0000 Subject: Made message less scary when persistence not enabled(!). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@540169 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/broker/NullMessageStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/broker/NullMessageStore.cpp') diff --git a/cpp/lib/broker/NullMessageStore.cpp b/cpp/lib/broker/NullMessageStore.cpp index 571ca7566b..dd58539925 100644 --- a/cpp/lib/broker/NullMessageStore.cpp +++ b/cpp/lib/broker/NullMessageStore.cpp @@ -42,7 +42,7 @@ void NullMessageStore::destroy(const Queue& queue) void NullMessageStore::recover(RecoveryManager&, const MessageStoreSettings* const) { - if (warn) std::cout << "WARNING: Persistence not enabled, no recovery of queues or messages." << std::endl; + if (warn) std::cout << "Persistence not enabled, no recovery attempted." << std::endl; } void NullMessageStore::stage(Message* const) -- cgit v1.2.1