From 4779f397127074c83be0e0c5a2f936348c1e25d4 Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Wed, 16 Oct 2019 13:16:04 +0000
Subject: [PATCH] change output format

---
 tests/test_dns_records.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_dns_records.py b/tests/test_dns_records.py
index f87d948c..513cd117 100755
--- a/tests/test_dns_records.py
+++ b/tests/test_dns_records.py
@@ -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
-- 
GitLab