aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/extcap-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/extcap-base.c')
-rw-r--r--extcap/extcap-base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extcap/extcap-base.c b/extcap/extcap-base.c
index 1ea4397181..f047ecb0bc 100644
--- a/extcap/extcap-base.c
+++ b/extcap/extcap-base.c
@@ -117,6 +117,7 @@ uint8_t extcap_base_parse_options(extcap_parameters * extcap, int result, char *
#else
setenv("G_MESSAGES_DEBUG", "all", 1);
#endif
+ extcap->debug = TRUE;
break;
case EXTCAP_OPT_DEBUG_FILE:
extcap_init_custom_log(optargument);