added log output target UNDEFINED; return if no hosts defined
[pingcheck] / test / long_term_test.py
index 03559a6..01b1d92 100755 (executable)
@@ -339,7 +339,7 @@ class Tester:
 
 
     def _handle_new_ip(self, message):
-        # "Have IP 172.16.1.1 [61963s] for aqua.m.i2n"
+        # "Have IP 11.22.33.44 [61963s] for host.domain.com"
         matches = regexp('Have IP (\d+\.\d+\.\d+\.\d+) \[\d+s\] for (.+)', message)
         if matches:
             ip,host_name = matches.groups()