dftest: Enable debug log level with -l or -f

This commit is contained in:
João Valverde 2023-01-08 17:47:07 +00:00
parent 9d7b461a16
commit b72bc8408b
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,8 @@ main(int argc, char **argv)
if (opt_noisy)
ws_log_set_noisy_filter(LOG_DOMAIN_DFILTER);
else if (opt_flex || opt_lemon)
ws_log_set_debug_filter(LOG_DOMAIN_DFILTER);
/*
* Get credential information for later use.