diff options
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Output.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index e25e62197..7d3e2e180 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -346,6 +346,7 @@ class CI_Output { if ( ! is_dir($cache_path) OR ! is_really_writable($cache_path)) { + log_message('error', "Unable to write cache file: ".$cache_path); return; } |