From: Roland Haeder Date: Tue, 22 Jul 2014 21:27:39 +0000 (+0200) Subject: And yet another one. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a418b81c3fdbdf5037f55df27c7f58b4f27c7673;p=hub.git And yet another one. Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php b/application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php index 199f68ecf..7e5921d74 100644 --- a/application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php +++ b/application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php @@ -289,6 +289,7 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem $resultInstance = $this->doSelectByCriteria($searchInstance); // Return result instance + /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-WRAPPER[' . __METHOD__ . ':' . __LINE__ . ']: resultInstance->valid()=' . intval($resultInstance->valid()) . ' - EXIT!'); return $resultInstance; }