From 9293fd2bca31a09fe79334d20aa33fa91eecd044 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 9 Mar 2015 11:38:39 -0500 Subject: 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]: Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin ModemManager[32097]: Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0': not supported by any plugin --- src/mm-base-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mm-base-manager.c b/src/mm-base-manager.c index 3b9f34d4..fdcd037d 100644 --- a/src/mm-base-manager.c +++ b/src/mm-base-manager.c @@ -148,7 +148,7 @@ find_device_support_ready (MMPluginManager *plugin_manager, GError *error = NULL; 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), error->message); g_error_free (error); -- cgit v1.2.3-70-g09d2