From: Thierry Parmentelat Date: Tue, 25 Mar 2008 10:47:11 +0000 (+0000) Subject: oops X-Git-Tag: tests-4.2-4~178 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=85333a7e058d42df50e9aefeaa81b5ea26773641;p=tests.git oops --- diff --git a/system/TestSsh.py b/system/TestSsh.py index 17971d0..9dfee95 100644 --- a/system/TestSsh.py +++ b/system/TestSsh.py @@ -32,7 +32,7 @@ class TestSsh: remote_ip = socket.gethostbyname(hostname) return local_ip==remote_ip except: - header("WARNING : something wrong in is_local_hostname with hostname=%s"%hostname) + utils.header("WARNING : something wrong in is_local_hostname with hostname=%s"%hostname) return False def __init__(self,caller):