mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 22:57:14 +00:00
trivial: return for UEFI errors is a decimal not string.
This is for part of issue #38.
This commit is contained in:
parent
6fade1ffea
commit
e43cfdcb3d
@ -261,7 +261,7 @@ fu_provider_uefi_update (FuProvider *provider,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
FWUPD_ERROR,
|
FWUPD_ERROR,
|
||||||
FWUPD_ERROR_NOT_SUPPORTED,
|
FWUPD_ERROR_NOT_SUPPORTED,
|
||||||
"UEFI firmware update failed: %s",
|
"UEFI firmware update failed: %d",
|
||||||
call);
|
call);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user