trivial: Make --verbose work in fwupdmgr

This commit is contained in:
Richard Hughes 2017-06-15 21:26:53 +01:00
parent 19fdebf4f4
commit 954de52612

View File

@ -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);