summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rwxr-xr-xsystem/libraries/Session/drivers/Session_cookie.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/drivers/Session_cookie.php b/system/libraries/Session/drivers/Session_cookie.php
index b44c8330e..51d94da4e 100755
--- a/system/libraries/Session/drivers/Session_cookie.php
+++ b/system/libraries/Session/drivers/Session_cookie.php
@@ -386,7 +386,7 @@ class CI_Session_cookie extends CI_Session_driver {
if ($hmac !== hash_hmac('sha1', $session, $this->encryption_key))
{
- log_message('error', 'The session cookie data did not match what was expected. This could be a possible hacking attempt.');
+ log_message('error', 'The session cookie data did not match what was expected.');
$this->sess_destroy();
return FALSE;
}