From af0ef0110ff88b96d8b12672bfd35dfc0bd5b0aa Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 14 Nov 2015 15:27:28 +0100 Subject: alow more -v's on the command-line --- voctogui/voctogui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctogui/voctogui.py') diff --git a/voctogui/voctogui.py b/voctogui/voctogui.py index d37e168..fa81d1c 100755 --- a/voctogui/voctogui.py +++ b/voctogui/voctogui.py @@ -82,7 +82,7 @@ def main(): # configure logging docolor = (Args.color == 'always') or (Args.color == 'auto' and sys.stderr.isatty()) - if Args.verbose == 2: + if Args.verbose >= 2: level = logging.DEBUG elif Args.verbose == 1: level = logging.INFO -- cgit v1.2.3