mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 18:20:37 +01:00
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:
parent
d8e1d9b469
commit
e9b9d9b627
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue