From 961b30926b3b9f2b3e9c1a99df3f25fea6b13118 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 26 Jul 2008 04:08:55 -0400 Subject: --verify works again, but the memory totals at the end still need work. --- format.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'format.cc') diff --git a/format.cc b/format.cc index e25d73fa..2312d98a 100644 --- a/format.cc +++ b/format.cc @@ -757,6 +757,8 @@ format_transactions::format_transactions(std::ostream& _output_stream, const string& format) : output_stream(_output_stream), last_entry(NULL), last_xact(NULL) { + TRACE_CTOR(format_transactions, "std::ostream&, const string&"); + const char * f = format.c_str(); if (const char * p = std::strstr(f, "%/")) { first_line_format.reset(string(f, 0, p - f)); -- cgit v1.2.3