]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/listener/class_NodeSocketListenerTask.php
Typo fixed + more lines with line numbers
[hub.git] / application / hub / main / tasks / node / listener / class_NodeSocketListenerTask.php
index fe4274ac55c81ed916da5227c5ea832832dc77e1..23494850ff2a96d0e3f0e3941418f3cc6ba0b883 100644 (file)
@@ -56,7 +56,7 @@ class NodeSocketListenerTask extends BaseTask implements Taskable, Visitable {
                $nodeInstance = Registry::getRegistry()->getInstance('node');
 
                // Visit the pool listener task
-               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('LISTENER-TASK: Going to visit object ' . $nodeInstance->getListenerPoolInstance()->__toString() . ' ...');
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('LISTENER-TASK[' . __LINE__ . ']: Going to visit object ' . $nodeInstance->getListenerPoolInstance()->__toString() . ' ...');
                $nodeInstance->getListenerPoolInstance()->accept($visitorInstance);
 
                // Visit this task