core/logging: downgrade some <info> loggings to <debug>

These logging statements are compile time dependent and
add little informational value.
This commit is contained in:
Thomas Haller
2015-04-17 13:06:31 +02:00
parent 756b756c2c
commit d8e1d9b469
2 changed files with 2 additions and 2 deletions

View File

@@ -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