Small log output change.

This commit is contained in:
nejucomo 2008-01-20 20:18:53 -07:00
parent ba4458d502
commit c621fe1aa6

View File

@ -314,7 +314,7 @@ class SystemTest (object):
totaltime = time.time() - starttime
if result is not False:
tmpl = '(Polling for this condition took over %.2f seconds.)'
tmpl = '(Polling took over %.2f seconds.)'
print tmpl % (totaltime,)
return result