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

change output format

parent 969186f6
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,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("resolving {}".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