]> git.mxchange.org Git - hub.git/commitdiff
Debug line added for startup of tasks
authorRoland Häder <roland@mxchange.org>
Mon, 17 Aug 2009 21:25:17 +0000 (21:25 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 17 Aug 2009 21:25:17 +0000 (21:25 +0000)
application/hub/main/handler/tasks/class_TaskHandler.php

index 919bc896bc0a0173fa07ccf722977cc76dee4986..a502ff44effdd392754a7e3b24e076d359068fb4 100644 (file)
@@ -110,6 +110,9 @@ class TaskHandler extends BaseHandler implements Registerable, HandleableTask {
                        // Launch the task and mark it as updated
                        $currentTask['task_started'] = true;
                        $updateTask = true;
+
+                       // Debug message
+                       $this->debugOutput('TASK-HANDLER: Task ' . $currentTask['id'] . ' started with startup_delay=' . $currentTask['task_startup_delay']);
                } // END - if
 
                // Get time difference from interval delay