summaryrefslogtreecommitdiff
path: root/utils/mirrortest
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mirrortest')
-rwxr-xr-xutils/mirrortest4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mirrortest b/utils/mirrortest
index 75ef917b..a724c81f 100755
--- a/utils/mirrortest
+++ b/utils/mirrortest
@@ -24,8 +24,8 @@ class MirrorTest:
host = mirror.hostname
except:
continue
- print "Pinging (Worker %s) %s (%s) ..." % (self.id,
- host,
+ print "Pinging (Worker %s) %s (%s) ..." % (self.id,
+ host,
MirrorTest.completed_pings)
commando = os.popen("ping -q -c 4 -W 2 -i 0.3 %s" % host,
"r")