mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:09:47 +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,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_NOT_SUPPORTED,
|
||||
"not supported");
|
||||
"ESRT kernel support is missing");
|
||||
return FALSE;
|
||||
}
|
||||
for (guint i = 0; i < entry_count; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user