From c9add9816de672d78e3e4e0e108747ea010d31e5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 27 Jan 2023 14:06:00 +0000 Subject: Reduce the debugging level when emulating firmware --- tools/gusb-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/gusb-main.c b/tools/gusb-main.c index 8037310..0d6a422 100644 --- a/tools/gusb-main.c +++ b/tools/gusb-main.c @@ -519,6 +519,8 @@ main(int argc, char *argv[]) priv->usb_ctx = g_usb_context_new(NULL); if (save_events) context_flags |= G_USB_CONTEXT_FLAGS_SAVE_EVENTS; + if (verbose) + context_flags |= G_USB_CONTEXT_FLAGS_DEBUG; g_usb_context_set_flags(priv->usb_ctx, context_flags); /* add commands */ -- cgit v1.2.1