You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/net-misc/modemmanager-0.3-splash-rep...

14 lines
553 B

diff --git a/src/mm-manager.c b/src/mm-manager.c
index 1a93170..72af612 100644
--- a/src/mm-manager.c
+++ b/src/mm-manager.c
@@ -96,7 +96,7 @@ load_plugin (const char *path)
plugin = (*plugin_create_func) ();
if (plugin) {
g_object_weak_ref (G_OBJECT (plugin), (GWeakNotify) g_module_close, module);
- g_message ("Loaded plugin %s", mm_plugin_get_name (plugin));
+ //g_message ("Loaded plugin %s", mm_plugin_get_name (plugin));
} else
g_warning ("Could not load plugin %s: initialization failed", path);