summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fastestmirror-repomd-download-speed-timing.patch2
1 files changed, 1 insertions, 1 deletions
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: