]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/message-types/dht/class_NodeMessageDhtBootstrapHandler.php
setNodeInstance is no longer available through BaseListener as BaseListener is now...
[hub.git] / application / hub / main / handler / message-types / dht / class_NodeMessageDhtBootstrapHandler.php
index 35b609e4ca4cee602916e74e6e398541c06e8859..8e16c876fd8e160c300e2649065f832a52948d2c 100644 (file)
@@ -76,6 +76,9 @@ class NodeMessageDhtBootstrapHandler extends BaseMessageHandler implements Handl
                // Get node instance
                $nodeInstance = NodeObjectFactory::createNodeInstance();
 
+               // Debug message
+               self::createDebugInstance(__CLASS__)->debugOutput('POOL[' . __METHOD__ . ':' . __LINE__ . ':] Setting node ...');
+
                // ... and set it here
                $handlerInstance->setNodeInstance($nodeInstance);