mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:25:38 +00:00
trivial: Never show profiling steps when using fwupdtool install
This commit is contained in:
parent
d35f199fb6
commit
3395aa5d9c
@ -890,6 +890,7 @@ fu_util_install_blob(FuUtilPrivate *priv, gchar **values, GError **error)
|
||||
|
||||
/* progress */
|
||||
fu_progress_set_id(priv->progress, G_STRLOC);
|
||||
fu_progress_add_flag(priv->progress, FU_PROGRESS_FLAG_NO_PROFILE);
|
||||
fu_progress_add_step(priv->progress, FWUPD_STATUS_LOADING, 2, "parse");
|
||||
fu_progress_add_step(priv->progress, FWUPD_STATUS_LOADING, 30, "start-engine");
|
||||
fu_progress_add_step(priv->progress, FWUPD_STATUS_DEVICE_WRITE, 68, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user