summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8b2e37a..6a8ab3a 100644
--- a/main.c
+++ b/main.c
@@ -465,6 +465,7 @@ cfg_init(int argc, char **argv)
if (!debug_category_str[i].name)
usage(argc, argv, true);
+ debug_mask |= DBG_VERBOSE;
debug_mask |= debug_category_str[i].val;
break;