diff options
Diffstat (limited to 'session.cc')
-rw-r--r-- | session.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -216,10 +216,10 @@ void shutdown() amount_t::shutdown(); IF_VERIFY() { - INFO("Ledger has shutdown (Boost and libstdc++ may hold memory)"); + INFO("Ledger shutdown (Boost/libstdc++ may still hold memory)"); shutdown_memory_tracing(); } else { - INFO("Ledger has shutdown"); + INFO("Ledger shutdown"); } } |