summaryrefslogtreecommitdiff
path: root/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'session.cc')
-rw-r--r--session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.cc b/session.cc
index 13cdd286..bced1f75 100644
--- a/session.cc
+++ b/session.cc
@@ -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();
}
}