From 2402546ac7cd26fd404af94b09e93907e8b85837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Sat, 3 Sep 2011 23:19:37 -0300 Subject: Add a WAIT-FOR logCtrl message --- lib/thandy/ClientCLI.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3