adjust log_message

This commit is contained in:
HB9HIL
2024-12-10 20:03:05 +01:00
parent 13ad1b9e11
commit 605b296752

View File

@@ -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);
}