base-manager: quiet message about unsupported ports
This message gets printed for all netdevs and ttys, including most machines normal ethernet/Wi-Fi interfaces. It seems a bit less critical than 'warning' level would indicate. ModemManager[32097]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin ModemManager[32097]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0': not supported by any plugin
This commit is contained in:
@@ -148,7 +148,7 @@ find_device_support_ready (MMPluginManager *plugin_manager,
|
|||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
if (!mm_plugin_manager_find_device_support_finish (plugin_manager, result, &error)) {
|
if (!mm_plugin_manager_find_device_support_finish (plugin_manager, result, &error)) {
|
||||||
mm_warn ("Couldn't find support for device at '%s': %s",
|
mm_info ("Couldn't find support for device at '%s': %s",
|
||||||
mm_device_get_path (ctx->device),
|
mm_device_get_path (ctx->device),
|
||||||
error->message);
|
error->message);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
|
Reference in New Issue
Block a user