From 51b6f0c0f7007e8a8fd5af3cf1ea89b57e8b1051 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 14 Dec 2015 18:28:11 +0100 Subject: [PATCH] Wrong message, hub reward is not done through UUID. Signed-off-by: Roland Haeder --- .../hub/classes/filter/node/class_NodePhpRequirementsFilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php b/application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php index cb8a15785..7bbda8b38 100644 --- a/application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php +++ b/application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php @@ -83,7 +83,7 @@ class NodePhpRequirementsFilter extends BaseNodeFilter implements Filterable { $this->getConfigInstance()->setConfigEntry('extension_uuid_loaded', TRUE); } else { // Not working (not all have ext-uuid installed - self::createDebugInstance(__CLASS__)->debugOutput('FILTER[' . __METHOD__ . ':' . __LINE__ . '] ext-uuid not found or uuid_create() function not found. "Hubcoin reward" feature disabled.'); + self::createDebugInstance(__CLASS__)->debugOutput('FILTER[' . __METHOD__ . ':' . __LINE__ . '] ext-uuid not found or uuid_create() function not found. UUID "entropy" disabled.'); } // Are all tests passed? -- 2.39.5