diff options
Diffstat (limited to 'src/commodity.cc')
-rw-r--r-- | src/commodity.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commodity.cc b/src/commodity.cc index 243d2a6c..71658103 100644 --- a/src/commodity.cc +++ b/src/commodity.cc @@ -402,10 +402,12 @@ commodity_t::exchange(const amount_t& amount, { DEBUG("commodity.prices.add", "exchange: " << amount << " for " << cost); DEBUG("commodity.prices.add", "exchange: is-per-unit = " << is_per_unit); +#if defined(DEBUG_ON) if (moment) DEBUG("commodity.prices.add", "exchange: moment = " << *moment); if (tag) DEBUG("commodity.prices.add", "exchange: tag = " << *tag); +#endif commodity_t& commodity(amount.commodity()); |