From 5f8cc5e3a6757eadea6e553af2a217c61389a8dc Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 12 Jun 2012 21:03:30 +0200 Subject: [PATCH] Small fix to batchprocess output. --- src/commands/default/batchprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)):