]> git.mxchange.org Git - hub.git/commitdiff
Wrong message, hub reward is not done through UUID.
authorRoland Haeder <roland@mxchange.org>
Mon, 14 Dec 2015 17:28:11 +0000 (18:28 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 14 Dec 2015 17:28:11 +0000 (18:28 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php

index cb8a15785672bf21ada3e9168028c4e1e393cb02..7bbda8b380d768324c876694380edc5dd6d59625 100644 (file)
@@ -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?