From 71659d30103702297286daae22f9a28224933907 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Feb 2014 22:11:45 +0100 Subject: [PATCH] Fixed debug message. Signed-off-by: Roland Haeder --- application/hub/main/dht/class_BaseDht.php | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5