Changes per narfbg
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php
index d023db9..fd01dc2 100644
--- a/system/database/DB_cache.php
+++ b/system/database/DB_cache.php
@@ -97,7 +97,7 @@
if ( ! is_dir($path))
{
- log_message('debug', 'Cache Path Error: '.$path);
+ log_message('debug', 'DB cache path error: '.$path);
// If the path is wrong we'll turn off caching
return $this->db->cache_off();
@@ -105,7 +105,7 @@
if ( ! is_really_writable($path))
{
- log_message('debug', 'Cache Dir Not Writable: '.$path);
+ log_message('debug', 'DB cache dir not writable: '.$path);
// If the path is not really writable we'll turn off caching
return $this->db->cache_off();