config: log configuration at startup and on reload

This commit is contained in:
Thomas Haller
2015-06-09 09:59:18 +02:00
parent 6d6ab20be0
commit b506c29fe1
5 changed files with 95 additions and 0 deletions

View File

@@ -412,6 +412,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_config_data_log (nm_config_get_data (config), "CONFIG: ");
nm_log_dbg (LOGD_CORE, "WEXT support is %s",
#if HAVE_WEXT
"enabled"