mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 20:04:26 +00:00
trivial: Make --verbose work in fwupdmgr
This commit is contained in:
parent
19fdebf4f4
commit
954de52612
@ -1634,7 +1634,7 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
/* set verbose? */
|
/* set verbose? */
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
g_setenv ("FWUPD_VERBOSE", "1", FALSE);
|
g_setenv ("G_MESSAGES_DEBUG", "all", FALSE);
|
||||||
} else {
|
} else {
|
||||||
g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG,
|
g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG,
|
||||||
fu_util_ignore_cb, NULL);
|
fu_util_ignore_cb, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user