mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 20:32:50 +00:00
trivial: uefi-dbx: correct error message on missing file
``` unset error in plugin uefi_dbx for add_security_attrs() ```
This commit is contained in:
parent
b9640a28ec
commit
cb6ec2b18e
@ -48,7 +48,9 @@ fu_plugin_startup (FuPlugin *plugin, GError **error)
|
||||
if (data->fn == NULL) {
|
||||
g_autofree gchar *dbxdir = NULL;
|
||||
dbxdir = fu_common_get_path (FU_PATH_KIND_EFIDBXDIR);
|
||||
g_prefix_error (error,
|
||||
g_set_error (error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_NOT_SUPPORTED,
|
||||
"file can be downloaded from %s and decompressed into %s: ",
|
||||
FU_UEFI_DBX_DATA_URL, dbxdir);
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user