]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Small log output change.
authornejucomo <nejucomo@gmail.com>
Mon, 21 Jan 2008 03:18:53 +0000 (20:18 -0700)
committernejucomo <nejucomo@gmail.com>
Mon, 21 Jan 2008 03:18:53 +0000 (20:18 -0700)
contrib/fuse/runtests.py

index 078cfbfe2fe4e64a76fa12d6e1700ff646547caf..275ad4aa54c6f2cea95f862cca08af4287d8ace6 100644 (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