diff --git a/system/Cache/Handlers/RedisHandler.php b/system/Cache/Handlers/RedisHandler.php index 793edb761fd4..8336f6d661ce 100644 --- a/system/Cache/Handlers/RedisHandler.php +++ b/system/Cache/Handlers/RedisHandler.php @@ -117,7 +117,7 @@ public function initialize() if (isset($config['password']) && ! $this->redis->auth($config['password'])) { - // log_message('error', 'Cache: Redis authentication failed.'); + log_message('error', 'Cache: Redis authentication failed.'); } if (isset($config['database']) && ! $this->redis->select($config['database']))