]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/idle/class_IdleLoopTask.php
Typo fixed + more lines with line numbers
[hub.git] / application / hub / main / tasks / idle / class_IdleLoopTask.php
index acb9dba1f088169e99c4f5182a633c0a1b314e0b..c65582647f15c4f0576ab7c8f59168b7b89b2f1d 100644 (file)
@@ -73,7 +73,7 @@ class IdleLoopTask extends BaseTask implements Taskable, Visitable {
         */
        public function doShutdown () {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('IDLE-TASK: Shutting down...');
+               self::createDebugInstance(__CLASS__)->debugOutput('IDLE-TASK[' . __LINE__ . ']: Shutting down...');
        }
 }