summary refs log tree commit diff
path: root/src/core/settings/nm-settings.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-09-01 22:38:35 +0200
committerMichael Biebl <biebl@debian.org>2024-09-01 22:38:35 +0200
commitf9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (patch)
tree10267dcf5b842b7c638a79bd6851549cd849b81d /src/core/settings/nm-settings.c
parent681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea (diff)
New upstream version 1.49.90 upstream/1.49.90
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;
         }