mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 01:20:25 +00:00
trivial: lower modem manager probing verbosity in one other place
Fixes: 030a0d51c
("trivial: quiet the modem manager error about unable to probe")
This commit is contained in:
parent
a5929cee29
commit
611cf51fc8
@ -259,7 +259,7 @@ fu_plugin_mm_device_add(FuPlugin *plugin, MMObject *modem)
|
||||
}
|
||||
dev = fu_mm_device_new(fu_plugin_get_context(plugin), priv->manager, modem);
|
||||
if (!fu_device_setup(FU_DEVICE(dev), &error)) {
|
||||
g_warning("failed to probe MM device: %s", error->message);
|
||||
g_debug("failed to probe MM device: %s", error->message);
|
||||
return;
|
||||
}
|
||||
fu_plugin_mm_ensure_modem_power_inhibit(plugin, FU_DEVICE(dev));
|
||||
|
Loading…
Reference in New Issue
Block a user