mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
minor correction of log messages
This commit is contained in:
parent
23f17e291e
commit
bdcaf2b5f3
|
@ -90,8 +90,8 @@ foreach($tasks as $task) {
|
||||||
* to fast, but this is up to the admin of seeddms.
|
* to fast, but this is up to the admin of seeddms.
|
||||||
*/
|
*/
|
||||||
$task->updateLastNextRun();
|
$task->updateLastNextRun();
|
||||||
add_log_line("Running '".$task->getExtension()."::".$task->getTask()."::".$task->getName());
|
add_log_line("Running '".$task->getExtension()."::".$task->getTask()."::".$task->getName()."'");
|
||||||
echo "Running '".$task->getExtension()."::".$task->getTask()."::".$task->getName()."\n";
|
echo "Running '".$task->getExtension()."::".$task->getTask()."::".$task->getName()."'\n";
|
||||||
if($taskobj->execute($task)) {
|
if($taskobj->execute($task)) {
|
||||||
add_log_line("Execution of task '".$task->getExtension()."::".$task->getTask()."::".$task->getName()."' successful.");
|
add_log_line("Execution of task '".$task->getExtension()."::".$task->getTask()."::".$task->getName()."' successful.");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user