summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lava-boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-boot.py b/lava-boot.py
index 34c70d3..4874197 100644
--- a/lava-boot.py
+++ b/lava-boot.py
@@ -175,7 +175,7 @@ def test(options, config, ctx):
# TODO: add an handler for Ctrl+C
for i in range(0, options.retries):
- LOG.info("Try n°%d", i)
+ LOG.info("Try #%d", i)
LOG.info("-> submitting %d jobs", options.parallel)
job_ids = []
for j in range(0, options.parallel):