From: Roland Haeder Date: Mon, 10 Feb 2014 21:11:45 +0000 (+0100) Subject: Fixed debug message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71659d30103702297286daae22f9a28224933907;p=hub.git Fixed debug message. Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/dht/class_BaseDht.php b/application/hub/main/dht/class_BaseDht.php index fd5693417..0f6dd7e55 100644 --- a/application/hub/main/dht/class_BaseDht.php +++ b/application/hub/main/dht/class_BaseDht.php @@ -209,7 +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) ...'); + /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT[' . $this->__toString() . ']: Calling this->getWrapperInstance()->removeNonPublicDataFromArray(data) ...'); $entry = $this->getWrapperInstance()->removeNonPublicDataFromArray($entry); // Inject variables diff --git a/core b/core index b5ef43105..f4540c3fc 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit b5ef4310540360e17bcb4f198bf188ba00ab7a65 +Subproject commit f4540c3fc96a95fe32afb859be172d7f0a56e48d