X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=be4d7d1fd556c3e75819bf1cd732bfe3a39d6a3f;hp=615bdba025207b71b8b86a4cb63cd35ef4c8aac5;hb=cf6871becb7cc557fe28de464adfcb23cc3df3c9;hpb=09fd6484d1eaf735476270c33692f799bc0c9590 diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 615bdba025..be4d7d1fd5 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -373,7 +373,7 @@ function loadExtensionFilters ($ext_name) { $GLOBALS[__FUNCTION__][$ext_name] = true; } elseif (isDebugModeEnabled()) { // Log missing file - logDebugMessage(__FUNCTION__, __LINE__, 'Include file ' . $incFileName . ' for extension ' . $ext_name . ' is missing.'); + logDebugMessage(__FUNCTION__, __LINE__, 'Filter include file ' . $incFileName . ' for extension ' . $ext_name . ' is missing.'); } } // END - if }