settings: call removed plugins "obsolete" not "deprecated"

The ifcfg-rh plugin is deprecated, yet still present. Call the removed
plugins something different.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1989
This commit is contained in:
Lubomir Rintel
2024-07-09 16:46:39 +02:00
parent ab3d9ea949
commit 8d2ca7636d

View File

@@ -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;
}