summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_redis.php
diff options
context:
space:
mode:
authorKakysha <ezhikvdele@gmail.com>2013-10-29 00:49:56 +0100
committerKakysha <ezhikvdele@gmail.com>2013-10-29 00:49:56 +0100
commit333b69b029c4d694f1f77aaefeb9c4deeeca47b9 (patch)
tree1c52951746f27f397f248cdea67bb03c5a6e81d1 /system/libraries/Cache/drivers/Cache_redis.php
parent970c1f22fc8b9f863d94240f656af3a355dc44e2 (diff)
Spaces, log message
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_redis.php')
-rw-r--r--system/libraries/Cache/drivers/Cache_redis.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Cache/drivers/Cache_redis.php b/system/libraries/Cache/drivers/Cache_redis.php
index 194745fe0..f13e4479f 100644
--- a/system/libraries/Cache/drivers/Cache_redis.php
+++ b/system/libraries/Cache/drivers/Cache_redis.php
@@ -211,13 +211,13 @@ class CI_Cache_redis extends CI_Driver
if ( ! $success)
{
- log_message('debug','Redis connection refused. Check the config.');
+ log_message('debug', 'Cache: Redis connection refused. Check the config.');
return FALSE;
}
}
catch (RedisException $e)
{
- log_message('debug','Cache: Redis connection refused ('.$e->getMessage().')');
+ log_message('debug', 'Cache: Redis connection refused ('.$e->getMessage().')');
return FALSE;
}