]> git.mxchange.org Git - hub.git/commitdiff
Fix
authorRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2013 04:03:14 +0000 (04:03 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2013 04:03:14 +0000 (04:03 +0000)
application/hub/main/dht/node/class_NodeDhtFacade.php

index 903e49b66e2e9730668c92f342840b61de9521eb..30709fb4c770436e5084a8337cbe32ef866569a8 100644 (file)
@@ -225,7 +225,7 @@ class NodeDhtFacade extends BaseDht implements Distributable, Registerable {
                $nodeList = array();
                while ($resultInstance->next()) {
                        // Debug message
                $nodeList = array();
                while ($resultInstance->next()) {
                        // Debug message
-                       /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-FACADE[' . __LINE__ . ']: current()=' . $resultinstance->current());
+                       /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-FACADE[' . __LINE__ . ']: current()=' . $resultInstance->current());
 
                        // Add this entry
                        array_push($nodeList, $resultInstance->current());
 
                        // Add this entry
                        array_push($nodeList, $resultInstance->current());