Report ledger shutting down even if verify is not being used.

This commit is contained in:
John Wiegley 2007-04-27 10:09:23 +00:00
parent 4db6d4535f
commit c910ed7c83

View file

@ -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");
}
}