Report ledger shutting down even if verify is not being used.
This commit is contained in:
parent
4db6d4535f
commit
c910ed7c83
1 changed files with 3 additions and 1 deletions
|
|
@ -216,8 +216,10 @@ void shutdown()
|
||||||
amount_t::shutdown();
|
amount_t::shutdown();
|
||||||
|
|
||||||
IF_VERIFY() {
|
IF_VERIFY() {
|
||||||
INFO("Ledger shutdown (Boost and libstdc++ may hold memory)");
|
INFO("Ledger has shutdown (Boost and libstdc++ may hold memory)");
|
||||||
shutdown_memory_tracing();
|
shutdown_memory_tracing();
|
||||||
|
} else {
|
||||||
|
INFO("Ledger has shutdown");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue