mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 10:42:48 +00:00
Only dump the profiling data when run with --verbose
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1292059
This commit is contained in:
parent
7df2c4c2e9
commit
2a1e75da72
@ -1571,7 +1571,8 @@ fu_main_on_bus_acquired_cb (GDBusConnection *connection,
|
||||
}
|
||||
|
||||
/* dump startup profile data */
|
||||
as_profile_dump (priv->profile);
|
||||
if (fu_debug_is_verbose ())
|
||||
as_profile_dump (priv->profile);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user