]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/listener/class_DefaultListenerPool.php
setNodeInstance is no longer available through BaseListener as BaseListener is now...
[hub.git] / application / hub / main / pools / listener / class_DefaultListenerPool.php
index 82e5ced4aae91914667ed67ee22168dbd38fd3d0..3409bd484ba1f79eecb2c04ab04aa932e7d46609 100644 (file)
@@ -42,6 +42,9 @@ class DefaultListenerPool extends BasePool implements PoolableListener {
                // Get new instance
                $listenerInstance = new DefaultListenerPool();
 
+               // Debug message
+               self::createDebugInstance(__CLASS__)->debugOutput('POOL[' . __METHOD__ . ':' . __LINE__ . ':] Setting node ...');
+
                // Set the application instance
                $listenerInstance->setNodeInstance($nodeInstance);