[tor-commits] [thandy/master] Add a WAIT-FOR logCtrl message

nickm at torproject.org nickm at torproject.org
Thu Nov 3 19:14:20 UTC 2011


commit 2402546ac7cd26fd404af94b09e93907e8b85837
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Sat Sep 3 23:19:37 2011 -0300

    Add a WAIT-FOR logCtrl message
---
 lib/thandy/ClientCLI.py |    1 +
 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
 





More information about the tor-commits mailing list