mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
better message when running in dry mode
This commit is contained in:
parent
4e33cee86a
commit
f02074c794
|
@ -92,7 +92,7 @@ foreach($tasks as $task) {
|
|||
$task->setDisabled(1);
|
||||
}
|
||||
} elseif($mode == 'dryrun') {
|
||||
echo "Running ".$task->getExtension()."::".$task->getTask()."\n";
|
||||
echo "Running ".$task->getExtension()."::".$task->getTask()." in dry mode\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user