mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
briefer mixed amount debug output below level 3
This commit is contained in:
parent
a1531bcd09
commit
874c467789
@ -332,7 +332,7 @@ canonicaliseAmount styles a@Amount{acommodity=c, astyle=s} = a{astyle=s'}
|
||||
|
||||
instance Show MixedAmount where
|
||||
show
|
||||
-- debugLevel < 3 = intercalate "\\n" . lines . showMixedAmountWithoutPrice
|
||||
| debugLevel < 3 = intercalate "\\n" . lines . showMixedAmountWithoutPrice
|
||||
-- debugLevel < 6 = intercalate "\\n" . lines . showMixedAmount
|
||||
| otherwise = showMixedAmountDebug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user