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:
Dan Williams
2011-02-23 00:02:17 -06:00
parent 54918e32e4
commit 30f39c172b

View File

@@ -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 */