lib: show report end date in debug output #403 #453

This commit is contained in:
Simon Michael 2016-12-30 14:27:11 -08:00
parent 1866d2375d
commit 66fcd0d4b2

View File

@ -151,7 +151,8 @@ balanceReportValue j d r = r'
where
(items,total) = r
r' =
dbg9 "known market prices" (jmarketprices j) `seq`
dbg8 "known market prices" (jmarketprices j) `seq`
dbg8 "report end date" d `seq`
dbg8 "balanceReportValue"
([(n, n', i, mixedAmountValue j d a) |(n,n',i,a) <- items], mixedAmountValue j d total)