From 122309ced771fa5aff84d85d1975c031fa9cb73a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Jun 2020 14:35:21 -0700 Subject: [PATCH] ;lib: Debug comment --- hledger-lib/Hledger/Utils/Debug.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-lib/Hledger/Utils/Debug.hs b/hledger-lib/Hledger/Utils/Debug.hs index debf94cab..45728b514 100644 --- a/hledger-lib/Hledger/Utils/Debug.hs +++ b/hledger-lib/Hledger/Utils/Debug.hs @@ -12,8 +12,8 @@ The choice of debug level has not been very systematic. Debug level: What to show: ------------ --------------------------------------------------------- 0 normal command output only (no warnings, eg) -1 (--debug) basic/useful warnings & most common troubleshooting info, eg for valuation -2 troubleshooting info, more detail +1 (--debug) useful warnings, most common troubleshooting info, eg valuation +2 common troubleshooting info, more detail 3 report options selection 4 report generation 5 report generation, more detail