]> git.mxchange.org Git - hub.git/commitdiff
Added noisy debug lines for finding missing method.
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Feb 2014 21:06:10 +0000 (22:06 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Feb 2014 21:06:10 +0000 (22:06 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/main/database/wrapper/node/class_NodeInformationDatabaseWrapper.php
application/hub/main/dht/class_BaseDht.php
core

index b9035bd06390ceeeb609a8a5798cc77b7ebf9b74..002e2981d937c0a92276b3cecbdcc147266cd89a 100644 (file)
@@ -500,6 +500,7 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem
         */
        public function removeNonPublicDataFromArray(array $data) {
                // Currently call only inner method
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-WRAPPER[' . $this->__toString() . ']: Calling parent::removeNonPublicDataFromArray(data) ...');
                $data = parent::removeNonPublicDataFromArray($data);
 
                // Return cleaned data
index 307cbb3e536b863665b08cba45ad5b6892761381..820102f504515cc5b96aef943ad28c0ed644d02d 100644 (file)
@@ -172,6 +172,7 @@ class NodeInformationDatabaseWrapper extends BaseDatabaseWrapper implements Node
         */
        public function removeNonPublicDataFromArray(array $data) {
                // Currently call only inner method
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('NODE-WRAPPER[' . $this->__toString() . ']: Calling parent::removeNonPublicDataFromArray(data) ...');
                $data = parent::removeNonPublicDataFromArray($data);
 
                // Return cleaned data
index f6b5396ed8b29745e899fbb32bf2b3df48f3388d..fd5693417ef09e2e82cbb93b6fac14bc9c69cd63 100644 (file)
@@ -209,6 +209,7 @@ abstract class BaseDht extends BaseHubSystem {
                assert(is_array($entry));
 
                // Remove any non-public data the database layer desires
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT[' . $this->__toString() . ']: Calling this->getWrapper()->removeNonPublicDataFromArray(data) ...');
                $entry = $this->getWrapperInstance()->removeNonPublicDataFromArray($entry);
 
                // Inject variables
diff --git a/core b/core
index 76c734026223c500bb37cc22539cbd1c6f006f83..b5ef4310540360e17bcb4f198bf188ba00ab7a65 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 76c734026223c500bb37cc22539cbd1c6f006f83
+Subproject commit b5ef4310540360e17bcb4f198bf188ba00ab7a65