summary refs log tree commit diff
path: root/src/core/settings/nm-settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings/nm-settings.c')
-rw-r--r--src/core/settings/nm-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings/nm-settings.c b/src/core/settings/nm-settings.c
index 7fc20298..80b1f4b2 100644
--- a/src/core/settings/nm-settings.c
+++ b/src/core/settings/nm-settings.c
@@ -3520,7 +3520,7 @@ load_plugins(NMSettings *self, const char *const *plugins, GError **error)
         }
 
         if (NM_IN_STRSET(pname, "ifcfg-suse", "ifnet", "ibft", "no-ibft")) {
-            _LOGW("skipping deprecated plugin %s", pname);
+            _LOGW("skipping obsolete plugin %s", pname);
             continue;
         }