mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 21:57:47 +00:00
trivial: fu-util: remove double printed message about succesful firmware update
This commit is contained in:
parent
d122facc09
commit
f59cc375ae
@ -1900,9 +1900,6 @@ fu_util_update_by_id (FuUtilPrivate *priv, const gchar *device_id, GError **erro
|
|||||||
rel = g_ptr_array_index (rels, 0);
|
rel = g_ptr_array_index (rels, 0);
|
||||||
if (!fu_util_update_device_with_release (priv, dev, rel, error))
|
if (!fu_util_update_device_with_release (priv, dev, rel, error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* TRANSLATORS: success message where the specific device is specified */
|
|
||||||
g_print ("%s\n", _("Successfully updated device"));
|
|
||||||
fu_util_display_current_message (priv);
|
fu_util_display_current_message (priv);
|
||||||
|
|
||||||
/* send report if we're supposed to */
|
/* send report if we're supposed to */
|
||||||
|
Loading…
Reference in New Issue
Block a user