aboutsummaryrefslogtreecommitdiff
path: root/voctogui/voctogui.py
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-11-14 15:27:28 +0100
committerMaZderMind <git@mazdermind.de>2015-11-14 17:13:09 +0100
commitaf0ef0110ff88b96d8b12672bfd35dfc0bd5b0aa (patch)
tree6659c9a34db784644fd1612b5fa9eeeb912c9fef /voctogui/voctogui.py
parent86ba5cf8a81920b4f79840adcd226591fc0d0323 (diff)
alow more -v's on the command-line
Diffstat (limited to 'voctogui/voctogui.py')
-rwxr-xr-xvoctogui/voctogui.py2
1 files changed, 1 insertions, 1 deletions
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