summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-17 13:36:41 +0200
committerThomas Haller <thaller@redhat.com>2015-04-18 21:41:40 +0200
commite9b9d9b627acaf39a24514cf69bcf5a4329f8fcf (patch)
tree1476a9258c04a4bbc0f4649034798769eba95228
parentd8e1d9b469aeeca3291acab3088193e3f7ae43b9 (diff)
downloadNetworkManager-e9b9d9b627acaf39a24514cf69bcf5a4329f8fcf.tar.gz
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.
-rw-r--r--src/settings/nm-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/nm-settings.c b/src/settings/nm-settings.c
index 9319470456..4a03f4a5f2 100644
--- a/src/settings/nm-settings.c
+++ b/src/settings/nm-settings.c
@@ -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);
}