mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 14:50:07 +01:00
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:
parent
54918e32e4
commit
30f39c172b
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue