summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-17 13:36:41 +0200
committerThomas Haller <thaller@redhat.com>2015-05-13 18:44:02 +0200
commit3d17c73576d878fa724554822fc4736cfcc28b4e (patch)
tree4371f39a50be222f34ac7a29f1f68e0e2987770e
parentbd83000816f1b34443bda4b77f48664af357ad3b (diff)
downloadNetworkManager-3d17c73576d878fa724554822fc4736cfcc28b4e.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. (cherry picked from commit e9b9d9b627acaf39a24514cf69bcf5a4329f8fcf)
-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 3a586b747e..2a6204e9f5 100644
--- a/src/settings/nm-settings.c
+++ b/src/settings/nm-settings.c
@@ -627,7 +627,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);
}