]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Fixed bug 'sprintf() too few arguments':
[mailer.git] / inc / functions.php
index 3951c79b5dc55aea98624a7de04b656867f0b710..bc7aa6bad76029a765d1aedc32cb1c281c7ac4ec 100644 (file)
@@ -1549,8 +1549,8 @@ function rebuildCache ($cache, $inc = '', $force = FALSE) {
                                //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'inc=' . $inc . ' - LOADED!');
                                loadInclude($inc);
                        } else {
-                               // Include not found
-                               logDebugMessage(__FUNCTION__, __LINE__, 'Include ' . $inc . ' not found. cache=' . $cache);
+                               // Include not found, which needs now tracing
+                               reportBug(__FUNCTION__, __LINE__, 'Include ' . $inc . ' not found. cache=' . $cache);
                        }
                } // END - if
        } // END - if