X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffilter-functions.php;h=be4d7d1fd556c3e75819bf1cd732bfe3a39d6a3f;hb=cf6871becb7cc557fe28de464adfcb23cc3df3c9;hp=615bdba025207b71b8b86a4cb63cd35ef4c8aac5;hpb=ed3a88c0334600c7d7246480008c79716aa3f80b;p=mailer.git 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 }