X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fclasses%2Ffilter%2Fnode%2Fclass_NodePhpRequirementsFilter.php;fp=application%2Fhub%2Fclasses%2Ffilter%2Fnode%2Fclass_NodePhpRequirementsFilter.php;h=7bbda8b380d768324c876694380edc5dd6d59625;hp=cb8a15785672bf21ada3e9168028c4e1e393cb02;hb=51b6f0c0f7007e8a8fd5af3cf1ea89b57e8b1051;hpb=03ffb1e1475f2fbc83fda609c7d5732cdff5735a 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?