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. --- valexpr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'valexpr.cc') diff --git a/valexpr.cc b/valexpr.cc index 645cfec3..e4f0e430 100644 --- a/valexpr.cc +++ b/valexpr.cc @@ -47,7 +47,7 @@ datetime_t terminus; details_t::details_t(const transaction_t& _xact) : entry(_xact.entry), xact(&_xact), account(xact_account(_xact)) { - DEBUG("ledger.memory.ctors", "ctor details_t"); + TRACE_CTOR(details_t, "const transaction_t&"); } bool compute_amount(ptr_op_t expr, amount_t& amt, -- cgit v1.2.3