ifcfg-rh: remove pointless log message
It's just noise, and would get printed whenever the backing file changed on-disk, even if the contents didn't change.
This commit is contained in:
@@ -256,9 +256,6 @@ connection_new_or_changed (SCPluginIfcfg *self,
|
||||
return;
|
||||
}
|
||||
|
||||
/* Existing connection that got changed */
|
||||
PLUGIN_PRINT (IFCFG_PLUGIN_NAME, "updating %s", path);
|
||||
|
||||
new = (NMIfcfgConnection *) nm_ifcfg_connection_new (path, NULL, &error, &ignore_error);
|
||||
if (!new) {
|
||||
/* errors reading connection; remove it */
|
||||
|
Reference in New Issue
Block a user