diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-27 13:07:01 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:32 -0400 |
commit | 9369beb85b3d65eabfce93b0f0ed59da824b5236 (patch) | |
tree | e9323e8ec55ca22ad489435fa9d1630a5a8dad11 /session.cc | |
parent | 771f39b69acbc78d5672e7cb95030260866eb33d (diff) | |
download | ledger-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.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); } } |