Update delay message

parent e42579ba
......@@ -246,7 +246,7 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple):
if maximal_delay > 0:
duration = int(maximal_delay * random())
logging.info("Sleeping for %s seconds. To disable this feature, " \
"check maximal_delay parameter in manual." % duration)
"check --now parameter in slapgrid help." % duration)
time.sleep(duration)
# Return new Slapgrid instance and options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment