mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-02 07:48:41 +00:00
trivial: Make clear sizes are in hex
This commit is contained in:
parent
41e2f93fc7
commit
66cb93c4e2
@ -3707,8 +3707,8 @@ fu_device_prepare_firmware(FuDevice *self, GBytes *fw, FwupdInstallFlags flags,
|
||||
g_set_error(error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_INVALID_FILE,
|
||||
"firmware is %04x bytes larger than the allowed "
|
||||
"maximum size of %04x bytes",
|
||||
"firmware is 0x%04x bytes larger than the allowed "
|
||||
"maximum size of 0x%04x bytes",
|
||||
(guint)(fw_sz - priv->size_max),
|
||||
(guint)priv->size_max);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user