diff --git a/src/fu-util.c b/src/fu-util.c index a91d81483..929fa505e 100644 --- a/src/fu-util.c +++ b/src/fu-util.c @@ -1634,7 +1634,7 @@ main (int argc, char *argv[]) /* set verbose? */ if (verbose) { - g_setenv ("FWUPD_VERBOSE", "1", FALSE); + g_setenv ("G_MESSAGES_DEBUG", "all", FALSE); } else { g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, fu_util_ignore_cb, NULL);