]> git.mxchange.org Git - hub.git/commitdiff
Debug line added
authorRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 18:49:32 +0000 (18:49 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 18:49:32 +0000 (18:49 +0000)
application/hub/main/pools/listener/class_DefaultListenerPool.php

index 3448cea2f012aafc22c4dabfb27e6c44fa597580..a48d07e1beb90e13c6ab9de51afa22d5a65e6285 100644 (file)
@@ -45,6 +45,9 @@ class DefaultListenerPool extends BasePool implements Poolable {
                // Set the application instance
                $listenerInstance->setNodeInstance($nodeInstance);
 
+               // This is the last line before the return statement to output some debug output
+               $listenerInstance->getDebugInstance()->output('POOL: ' . __CLASS__ . ': Initialization finished.');
+
                // Return the prepared instance
                return $listenerInstance;
        }