]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tools/class_HubTools.php
The package hash needs to be copied to the message array as it needs to be
[hub.git] / application / hub / main / tools / class_HubTools.php
index c5ad36a46d00060c31620d5ee664a264bbedca82..37636f29c74a8c67303b3437039c1ea5246a20ef 100644 (file)
@@ -133,6 +133,7 @@ class HubTools extends BaseHubSystem {
                $nodeData = $selfInstance->getDhtInstance()->findNodeLocalBySessionId($sessionId);
 
                // Make sure the node id is there
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('HUB-TOOLS[' . __METHOD__ . ':' . __LINE__ . ']: sessionId=' . $sessionId . ', nodeData[' . gettype($nodeData) . ']=' . print_r($nodeData, TRUE));
                assert(isset($nodeData[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_NODE_ID]));
 
                // Return it