mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 23:28:03 +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,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_NOT_SUPPORTED,
|
||||
"UEFI firmware update failed: %s",
|
||||
"UEFI firmware update failed: %d",
|
||||
call);
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user