Small fix to batchprocess output.

This commit is contained in:
Griatch 2012-06-12 21:03:30 +02:00
parent 58e20e2cf1
commit 5f8cc5e3a6

View file

@ -241,7 +241,7 @@ class CmdBatchCommands(MuxCommand):
caller.msg("\nBatch-command processor - Interactive mode for %s ..." % python_path)
show_curr(caller)
else:
caller.msg("Running Batch-command processor - Automatic mode for %s ..." % python_path)
caller.msg("Running Batch-command processor - Automatic mode for %s (this might take some time) ..." % python_path)
# add the 'safety' cmdset in case the batch processing adds cmdsets to us
for inum in range(len(commands)):