summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--session.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/session.cc b/session.cc
index bced1f75..3d22da7b 100644
--- a/session.cc
+++ b/session.cc
@@ -216,8 +216,10 @@ void shutdown()
amount_t::shutdown();
IF_VERIFY() {
- INFO("Ledger shutdown (Boost and libstdc++ may hold memory)");
+ INFO("Ledger has shutdown (Boost and libstdc++ may hold memory)");
shutdown_memory_tracing();
+ } else {
+ INFO("Ledger has shutdown");
}
}