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 --- voctocore/voctocore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore/voctocore.py') diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py index aa5350d..ad3f1cf 100755 --- a/voctocore/voctocore.py +++ b/voctocore/voctocore.py @@ -56,7 +56,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