]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php
Added internal IP handling (unfinished), added package tags
[hub.git] / application / hub / main / database / wrapper / node / class_NodeListDatabaseWrapper.php
index 5f02175068dd72ed10656c3b2ef7820e36cfb215..4ec539e9c34a41521e9f5e125993dc07a90288a9 100644 (file)
@@ -97,6 +97,12 @@ class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements Registerabl
                                        $this->debugBackTrace('Unsupported protocol ' . $protocol . ' specified!');
                                        break;
                        } // END - switch
+
+                       // Now put both together
+                       $recipient = $recipientIp . ':' . $recipientPort;
+
+                       // Debug message
+                       $this->debugOutput('DATABASE-WRAPPER: sessionId[' . $protocol . ']=' . $sessionId . ' resolved as recipient=' . $recipient);
                } // END - if
 
                // Return result