diff --git a/libfwupdplugin/fu-udev-device.c b/libfwupdplugin/fu-udev-device.c index a6b2bf623..0521b1ff8 100644 --- a/libfwupdplugin/fu-udev-device.c +++ b/libfwupdplugin/fu-udev-device.c @@ -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);