mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 14:32:56 +00:00
trivial: Downgrade a warning to a debug
This cleans up the output when running fwupdtool with --plugin-whitelist...
This commit is contained in:
parent
dc9a1a8512
commit
a1f95352f5
@ -4493,8 +4493,8 @@ fu_engine_udev_device_add (FuEngine *self, GUdevDevice *udev_device)
|
||||
plugin = fu_plugin_list_find_by_name (self->plugin_list,
|
||||
plugin_name, &error);
|
||||
if (plugin == NULL) {
|
||||
g_warning ("failed to find specified plugin %s: %s",
|
||||
plugin_name, error->message);
|
||||
g_debug ("failed to find specified plugin %s: %s",
|
||||
plugin_name, error->message);
|
||||
continue;
|
||||
}
|
||||
if (!fu_plugin_runner_udev_device_added (plugin, device, &error)) {
|
||||
@ -4953,8 +4953,8 @@ fu_engine_usb_device_added_cb (GUsbContext *ctx,
|
||||
plugin = fu_plugin_list_find_by_name (self->plugin_list,
|
||||
plugin_name, &error);
|
||||
if (plugin == NULL) {
|
||||
g_warning ("failed to find specified plugin %s: %s",
|
||||
plugin_name, error->message);
|
||||
g_debug ("failed to find specified plugin %s: %s",
|
||||
plugin_name, error->message);
|
||||
continue;
|
||||
}
|
||||
if (!fu_plugin_runner_usb_device_added (plugin, device, &error)) {
|
||||
|
Loading…
Reference in New Issue
Block a user