summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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