summaryrefslogtreecommitdiff
path: root/session.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-27 13:07:01 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:32 -0400
commit9369beb85b3d65eabfce93b0f0ed59da824b5236 (patch)
treee9323e8ec55ca22ad489435fa9d1630a5a8dad11 /session.cc
parent771f39b69acbc78d5672e7cb95030260866eb33d (diff)
downloadledger-9369beb85b3d65eabfce93b0f0ed59da824b5236.tar.gz
ledger-9369beb85b3d65eabfce93b0f0ed59da824b5236.tar.bz2
ledger-9369beb85b3d65eabfce93b0f0ed59da824b5236.zip
Everything works with optimization turned on now.
Diffstat (limited to 'session.cc')
-rw-r--r--session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.cc b/session.cc
index 3d22da7b..04ad3637 100644
--- a/session.cc
+++ b/session.cc
@@ -216,10 +216,10 @@ void shutdown()
amount_t::shutdown();
IF_VERIFY() {
- INFO("Ledger has shutdown (Boost and libstdc++ may hold memory)");
+ INFO("Ledger shutdown (Boost/libstdc++ may still hold memory)");
shutdown_memory_tracing();
} else {
- INFO("Ledger has shutdown");
+ INFO("Ledger shutdown");
}
}