summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-02-27 12:14:51 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-27 12:14:51 +0100
commited49c3ba41cdbcc61df153ddf94eab62abd64ede (patch)
treecfe9719ad1079c3ada40c31720558cc6852067fe /system/core/Input.php
parent97d0878bd3bf3c90364f85ad541c6a078b93c3f1 (diff)
parentfa34429e85b4bf452ba595072124a884ca3e8b89 (diff)
Merge pull request #4489 from sprakashtd/develop
Downgraded log level for some pesky messages to INFO
Diffstat (limited to 'system/core/Input.php')
-rw-r--r--system/core/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index a7c9ecd0d..59b39620c 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -653,7 +653,7 @@ class CI_Input {
// Sanitize PHP_SELF
$_SERVER['PHP_SELF'] = strip_tags($_SERVER['PHP_SELF']);
- log_message('debug', 'Global POST, GET and COOKIE data sanitized');
+ log_message('info', 'Global POST, GET and COOKIE data sanitized');
}
// --------------------------------------------------------------------