summaryrefslogtreecommitdiff
path: root/session.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-27 10:09:21 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:32 -0400
commit4db6d4535f57413eff7ae5a0c9475ae9b4ec4fb4 (patch)
treede2416d7ee12cfeb2c08970d93623faf6007c844 /session.cc
parenta85bd282d7868cd1d7b7f166a2e8d2f13abfde13 (diff)
downloadfork-ledger-4db6d4535f57413eff7ae5a0c9475ae9b4ec4fb4.tar.gz
fork-ledger-4db6d4535f57413eff7ae5a0c9475ae9b4ec4fb4.tar.bz2
fork-ledger-4db6d4535f57413eff7ae5a0c9475ae9b4ec4fb4.zip
Beat the timing and tracing code into shape.
Diffstat (limited to 'session.cc')
-rw-r--r--session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.cc b/session.cc
index 13cdd286..bced1f75 100644
--- a/session.cc
+++ b/session.cc
@@ -216,7 +216,7 @@ void shutdown()
amount_t::shutdown();
IF_VERIFY() {
- TRACE(1, "Shutting down memory trace");
+ INFO("Ledger shutdown (Boost and libstdc++ may hold memory)");
shutdown_memory_tracing();
}
}