summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@torproject.org>2011-09-03 23:19:37 -0300
committerTomás Touceda <chiiph@torproject.org>2011-09-03 23:19:37 -0300
commit2402546ac7cd26fd404af94b09e93907e8b85837 (patch)
treea1a0f2a66b4914898d6ca23701b6bc5f0208386b
parentc412100ebd0001c02920a9a31f5ea26f7c94d262 (diff)
Add a WAIT-FOR logCtrl message
-rwxr-xr-xlib/thandy/ClientCLI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index aa60205..f3192f9 100755
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -185,6 +185,7 @@ def update(args):
delay = int(waitTill - now) + 1
logging.info("Waiting another %s seconds before we are willing "
"to retry any mirror.", delay)
+ logCtrl("WAIT", FOR="MIRROR")
time.sleep(delay)
continue