From a8420d09e4f560568470a81afce979dbfb911f0e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 26 Jan 2010 13:48:58 +0000 Subject: [PATCH] cosmetic --- system/TestPool.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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): -- 2.47.0