diff --git a/tests/test_dns_records.py b/tests/test_dns_records.py
index f87d948cfeb524e87ca3be56ac8454f30e7702e6..513cd117687230ab15ee5dcceca6d53ec60e1924 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