core/logging: adjust log line about loading setting plugins

We have different kinds of plugins (settings, dhcp, dns).
Clearify, that we are about to load "settings" plugins.
This commit is contained in:
Thomas Haller 2015-04-17 13:36:41 +02:00
parent d8e1d9b469
commit e9b9d9b627

View file

@ -612,7 +612,7 @@ add_plugin (NMSettings *self, NMSystemConfigInterface *plugin)
NM_SYSTEM_CONFIG_INTERFACE_INFO, &pinfo,
NULL);
nm_log_info (LOGD_SETTINGS, "Loaded plugin %s: %s", pname, pinfo);
nm_log_info (LOGD_SETTINGS, "Loaded settings plugin %s: %s", pname, pinfo);
g_free (pname);
g_free (pinfo);
}