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

The ifcfg-rh plugin is deprecated, yet still present. Call the removed
plugins something different.
This commit is contained in:
Lubomir Rintel 2024-07-09 16:46:39 +02:00
parent c86b78de91
commit 230dffe10c

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