Ido Barkan has uploaded a new change for review. Change subject: net: remove unneeded log ......................................................................
net: remove unneeded log This log message is very common and doesn't say a lot. Reducing verbosity here will do no harm and will clean the log a little. Change-Id: I5db468da38e7ef3e52eee0e065485fbabdce111d Signed-off-by: Ido Barkan <[email protected]> --- M lib/vdsm/netinfo.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/66/46266/1 diff --git a/lib/vdsm/netinfo.py b/lib/vdsm/netinfo.py index a3be55f..d9dde11 100644 --- a/lib/vdsm/netinfo.py +++ b/lib/vdsm/netinfo.py @@ -459,7 +459,6 @@ def _dhcp_used(iface, ifaces_with_active_leases, net_attrs, family=4): if net_attrs is None: - logging.debug('There is no VDSM network configured on %s.' % iface) return iface in ifaces_with_active_leases else: try: -- To view, visit https://gerrit.ovirt.org/46266 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5db468da38e7ef3e52eee0e065485fbabdce111d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ido Barkan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
