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:
Sergii Dmytruk 2021-06-05 18:53:55 +03:00 committed by Richard Hughes
parent dbece574ee
commit cac4f98420

View File

@ -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++) {