Spaces, log message
diff --git a/system/libraries/Cache/drivers/Cache_redis.php b/system/libraries/Cache/drivers/Cache_redis.php
index 194745f..f13e447 100644
--- a/system/libraries/Cache/drivers/Cache_redis.php
+++ b/system/libraries/Cache/drivers/Cache_redis.php
@@ -211,13 +211,13 @@
 			
 			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;
 		}