From c621fe1aa6eb6f5b181064e0c1cd9b6c6163fa9e Mon Sep 17 00:00:00 2001 From: nejucomo Date: Sun, 20 Jan 2008 20:18:53 -0700 Subject: [PATCH] Small log output change. --- contrib/fuse/runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2