From: Thierry Parmentelat Date: Tue, 26 Jan 2010 13:48:58 +0000 (+0000) Subject: cosmetic X-Git-Tag: tests-5.0-1~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a8420d09e4f560568470a81afce979dbfb911f0e;p=tests.git cosmetic --- diff --git a/system/TestPool.py b/system/TestPool.py index ffe5312..4c4473e 100644 --- a/system/TestPool.py +++ b/system/TestPool.py @@ -39,10 +39,10 @@ class TestPool: if busy: self.busy.append(h) return (h,i,u) - print 'TestPool.locate_entry: Could not locate entry for',hostname_or_ip - print 'in pool:' + print '* TestPool.locate_entry: Could not locate entry for',hostname_or_ip + print '* in pool:' for (h,i,u) in self.pool: - print "\t* ",i,"\t",h + print "* \t",i,"\t",h return None def next_free (self):