diff --git a/src/commands/default/batchprocess.py b/src/commands/default/batchprocess.py index cb49142e5c..1c2e6fc87e 100644 --- a/src/commands/default/batchprocess.py +++ b/src/commands/default/batchprocess.py @@ -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)):