diff options
Diffstat (limited to 'session.cc')
-rw-r--r-- | session.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ void shutdown() amount_t::shutdown(); IF_VERIFY() { - TRACE(1, "Shutting down memory trace"); + INFO("Ledger shutdown (Boost and libstdc++ may hold memory)"); shutdown_memory_tracing(); } } |