From 9d3ef3aa68aaff9d89c2fe5ba78782a15562ce61 Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK <nicolas@karolak.fr> Date: Tue, 15 Oct 2019 12:43:54 +0000 Subject: [PATCH] cosmetic --- tests/test_dns_records.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_dns_records.py b/tests/test_dns_records.py index 19003871..b7e5467e 100755 --- a/tests/test_dns_records.py +++ b/tests/test_dns_records.py @@ -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 -- GitLab