mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
adjust log_message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user