From d676f159d33610045d2144ad652c51b19487589b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 27 Dec 2021 11:01:54 -0600 Subject: [PATCH] hwsim: Enable debug output --- tools/hwsim.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/hwsim.c b/tools/hwsim.c index 2352dcce..1e05cb9e 100644 --- a/tools/hwsim.c +++ b/tools/hwsim.c @@ -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);