From: nejucomo <nejucomo@gmail.com>
Date: Mon, 21 Jan 2008 03:18:53 +0000 (-0700)
Subject: Small log output change.
X-Git-Tag: allmydata-tahoe-0.8.0~237
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/...?a=commitdiff_plain;h=c621fe1aa6eb6f5b181064e0c1cd9b6c6163fa9e;p=tahoe-lafs%2Ftahoe-lafs.git

Small log output change.
---

diff --git a/contrib/fuse/runtests.py b/contrib/fuse/runtests.py
index 078cfbfe..275ad4aa 100644
--- a/contrib/fuse/runtests.py
+++ b/contrib/fuse/runtests.py
@@ -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