summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-17 13:06:31 +0200
committerThomas Haller <thaller@redhat.com>2015-04-18 21:41:40 +0200
commitd8e1d9b469aeeca3291acab3088193e3f7ae43b9 (patch)
tree942d0ad88ffe0c930333e8d6ca80eec32639aa5b
parent756b756c2c4a4546a3ad69ff4f42d954701363bf (diff)
downloadNetworkManager-d8e1d9b469aeeca3291acab3088193e3f7ae43b9.tar.gz
core/logging: downgrade some <info> loggings to <debug>
These logging statements are compile time dependent and add little informational value.
-rw-r--r--src/main.c2
-rw-r--r--src/settings/plugins/ifcfg-rh/plugin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 520a82d8e3..e19fc6bbed 100644
--- a/src/main.c
+++ b/src/main.c
@@ -413,7 +413,7 @@ main (int argc, char *argv[])
dbus_glib_global_set_disable_legacy_property_access ();
nm_log_info (LOGD_CORE, "Read config: %s", nm_config_data_get_config_description (nm_config_get_data (config)));
- nm_log_info (LOGD_CORE, "WEXT support is %s",
+ nm_log_dbg (LOGD_CORE, "WEXT support is %s",
#if HAVE_WEXT
"enabled"
#else
diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c
index b7efa8643a..15e702ef8b 100644
--- a/src/settings/plugins/ifcfg-rh/plugin.c
+++ b/src/settings/plugins/ifcfg-rh/plugin.c
@@ -1139,7 +1139,7 @@ nm_system_config_factory (void)
dbus_g_connection_register_g_object (priv->bus,
DBUS_OBJECT_PATH,
G_OBJECT (singleton));
- _LOGI ("Acquired D-Bus service %s", DBUS_SERVICE_NAME);
+ _LOGD ("Acquired D-Bus service %s", DBUS_SERVICE_NAME);
} else
g_object_ref (singleton);