summaryrefslogtreecommitdiff
path: root/valexpr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'valexpr.cc')
-rw-r--r--valexpr.cc2
1 files changed, 1 insertions, 1 deletions
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,