From 746ca1fe6d15528b444f35e6a65d3c93e4976894 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 1 Jul 2014 14:14:23 -0400 Subject: Unify debugging categories Debugging categories follow the filename, which in this case is singular (rather than plural) "account" and "amount". --- src/annotate.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/annotate.cc') diff --git a/src/annotate.cc b/src/annotate.cc index 0cb7a24e..89363dd5 100644 --- a/src/annotate.cc +++ b/src/annotate.cc @@ -187,8 +187,8 @@ void annotation_t::parse(std::istream& in) } while (true); #if DEBUG_ON - if (SHOW_DEBUG("amounts.commodities") && *this) { - DEBUG("amounts.commodities", + if (SHOW_DEBUG("amount.commodities") && *this) { + DEBUG("amount.commodities", "Parsed commodity annotations: " << std::endl << *this); } #endif -- cgit v1.2.3