summaryrefslogtreecommitdiff
path: root/src/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.cc')
-rw-r--r--src/session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.cc b/src/session.cc
index ecbc929f..5f452f25 100644
--- a/src/session.cc
+++ b/src/session.cc
@@ -218,10 +218,10 @@ void shutdown()
amount_t::shutdown();
IF_VERIFY() {
- INFO("Ledger shutdown (Boost/libstdc++ may still hold memory)");
+ INFO("Ledger ended (Boost/libstdc++ may still hold memory)");
shutdown_memory_tracing();
} else {
- INFO("Ledger shutdown");
+ INFO("Ledger ended");
}
}