summaryrefslogtreecommitdiffstats
path: root/system/core/Utf8.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-04 14:19:43 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-04 14:19:43 +0100
commita0de5a1954ded76ed0bfa9718a332b1578fabdab (patch)
tree8c16aedf6d6d9a605a94d2f601295dc6ebe7a4af /system/core/Utf8.php
parente3af21d31a828c195b8bfa4b1aec9ecd052b53ce (diff)
parent8f06abf0e533a04663a7a11bbc60bee3ffb24f0a (diff)
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
Diffstat (limited to 'system/core/Utf8.php')
-rw-r--r--system/core/Utf8.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Utf8.php b/system/core/Utf8.php
index f2f42e6ca..93c611675 100644
--- a/system/core/Utf8.php
+++ b/system/core/Utf8.php
@@ -66,12 +66,12 @@ class CI_Utf8 {
)
{
define('UTF8_ENABLED', TRUE);
- log_message('debug', 'UTF-8 Support Enabled');
+ log_message('info', 'UTF-8 Support Enabled');
}
else
{
define('UTF8_ENABLED', FALSE);
- log_message('debug', 'UTF-8 Support Disabled');
+ log_message('info', 'UTF-8 Support Disabled');
}
log_message('info', 'Utf8 Class Initialized');