mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 17:28:20 +00:00
Improve error message in fu-uefi-backend-freebsd
"not supported" doesn't explain much. Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This commit is contained in:
parent
dbece574ee
commit
cac4f98420
@ -94,7 +94,7 @@ fu_uefi_backend_coldplug (FuBackend *backend, GError **error)
|
|||||||
g_set_error_literal (error,
|
g_set_error_literal (error,
|
||||||
FWUPD_ERROR,
|
FWUPD_ERROR,
|
||||||
FWUPD_ERROR_NOT_SUPPORTED,
|
FWUPD_ERROR_NOT_SUPPORTED,
|
||||||
"not supported");
|
"ESRT kernel support is missing");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
for (guint i = 0; i < entry_count; i++) {
|
for (guint i = 0; i < entry_count; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user