From 8daaff84c4c820a624da602200c5e7495594de7b Mon Sep 17 00:00:00 2001 From: Izhar Firdaus Date: Thu, 25 Dec 2008 16:35:48 +0800 Subject: - KBps is misleading --- fastestmirror-repomd-download-speed-timing.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastestmirror-repomd-download-speed-timing.patch b/fastestmirror-repomd-download-speed-timing.patch index 8851ca9..3768fe2 100644 --- a/fastestmirror-repomd-download-speed-timing.patch +++ b/fastestmirror-repomd-download-speed-timing.patch @@ -31,7 +31,7 @@ + elapsed = time.time() - time_before + result = (elapsed*10000) / fsize + if verbose: -+ print "Timed %s %.1fKBps" % (self.host,fsize/elapsed/1024.0) ++ print "Timed %s (score: %.1f)" % (self.host,fsize/elapsed/1024.0) + self.parent._add_result(self.mirror, self.host, result) except: -- cgit