diff --git a/application/libraries/Paths.php b/application/libraries/Paths.php index 34aa5097b..15841feaf 100644 --- a/application/libraries/Paths.php +++ b/application/libraries/Paths.php @@ -38,7 +38,7 @@ class Paths if (file_exists($fullpath)) { return base_url($filepath) . '?v=' . filemtime($fullpath); } else { - log_message('debug', 'File does not exist: ' . $filepath); + log_message('error', 'CACHE BUSTER - File does not exist: ' . $filepath); } return base_url($filepath); }