mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 02:39:16 +00:00
trivial: libfwupdplugin: fix an error return string
This commit is contained in:
parent
cc8b4905ef
commit
aebf33c4f6
@ -1222,7 +1222,7 @@ fu_udev_device_set_physical_id(FuUdevDevice *self, const gchar *subsystems, GErr
|
||||
g_set_error_literal(error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_NOT_FOUND,
|
||||
"failed to find DEVPATH");
|
||||
"failed to find DEVNAME");
|
||||
return FALSE;
|
||||
}
|
||||
physical_id = g_strdup_printf("DEVNAME=%s", tmp);
|
||||
|
Loading…
Reference in New Issue
Block a user