commit 2402546ac7cd26fd404af94b09e93907e8b85837 Author: Tomás Touceda chiiph@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
tor-commits@lists.torproject.org