hwsim: Enable debug output

This commit is contained in:
Denis Kenzior 2021-12-27 11:01:54 -06:00
parent c3a76e0f9d
commit d676f159d3
1 changed files with 2 additions and 0 deletions

View File

@ -3070,6 +3070,8 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
l_log_set_stderr();
l_debug_enable("*");
exit_status = EXIT_FAILURE;
printf("Wireless simulator ver %s\n", VERSION);