A few cosmetic changes in logging

This commit is contained in:
Pim van Pelt
2022-03-15 20:57:11 +00:00
parent 6d3de72c00
commit 5876465327
4 changed files with 11 additions and 2 deletions

View File

@ -38,7 +38,6 @@ def validate_loopbacks(yaml):
if not 'loopbacks' in yaml:
return result, msgs
logger.debug("Validating loopbacks...")
for ifname, iface in yaml['loopbacks'].items():
logger.debug("loopback %s" % iface)
if 'addresses' in iface and not 'lcp' in iface: