Skip to content
Snippets Groups Projects
Commit 9d3ef3aa authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

cosmetic

parent 6e666b96
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def check_resolver(conf: dict, resolvers: set, ip: str) -> tuple:
warnings += 1
if not ip and (not errors):
u.info("no IP set in configuration , unable to test DNS")
u.info("no resolver defined in envsetup configuration, unable to test DNS")
exit(2)
return warnings, errors
......@@ -111,7 +111,7 @@ def main():
# check that the service is installed on this system
status, _ = subprocess.getstatusoutput("dpkg -s {}".format(package))
if status == 0:
u.info("- checking IP of {}".format(domain))
u.info("checking IP of {}".format(domain))
check_dns_warn, check_dns_err = check_dns(domain, ip, resolvers)
if check_dns_err:
errors += check_dns_err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment