From: Roland Häder Date: Tue, 7 Jul 2009 18:49:32 +0000 (+0000) Subject: Debug line added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=496a290c34a7aa392f75e63bf8e5f487ad267c7f;p=hub.git Debug line added --- diff --git a/application/hub/main/pools/listener/class_DefaultListenerPool.php b/application/hub/main/pools/listener/class_DefaultListenerPool.php index 3448cea2f..a48d07e1b 100644 --- a/application/hub/main/pools/listener/class_DefaultListenerPool.php +++ b/application/hub/main/pools/listener/class_DefaultListenerPool.php @@ -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; }