From: Roland Häder Date: Fri, 22 Feb 2013 04:03:14 +0000 (+0000) Subject: Fix X-Git-Url: https://git.mxchange.org/?p=hub.git;a=commitdiff_plain;h=bd937058768c53458894eaf2eb306b8661181db6 Fix --- diff --git a/application/hub/main/dht/node/class_NodeDhtFacade.php b/application/hub/main/dht/node/class_NodeDhtFacade.php index 903e49b66..30709fb4c 100644 --- a/application/hub/main/dht/node/class_NodeDhtFacade.php +++ b/application/hub/main/dht/node/class_NodeDhtFacade.php @@ -225,7 +225,7 @@ class NodeDhtFacade extends BaseDht implements Distributable, Registerable { $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());