mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
Small log output change.
This commit is contained in:
parent
ba4458d502
commit
c621fe1aa6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user