From 30f39c172be2ac7955056bb9fbf11e697561115d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 23 Feb 2011 00:02:17 -0600 Subject: [PATCH] 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. --- src/settings/plugins/ifcfg-rh/plugin.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c index 3e2e03462..c72cc8134 100644 --- a/src/settings/plugins/ifcfg-rh/plugin.c +++ b/src/settings/plugins/ifcfg-rh/plugin.c @@ -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 */