diff options
author | Sharad Soni <sharadrsoni@gmail.com> | 2019-05-07 20:56:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 20:56:19 +0200 |
commit | ab658b3ae8799915f3b6ab1cd71a3d4932ffd9d5 (patch) | |
tree | 51459051277afb0e27a4027eed0bd3b4b3d98a1f /system/core | |
parent | 5be3b68b03334c0218752968417a7a3778ac58cf (diff) |
Update Log.php
Removed \n as now we are adding PHP_EOL
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Log.php b/system/core/Log.php index 3c9a89a5f..fde0bebf2 100644 --- a/system/core/Log.php +++ b/system/core/Log.php @@ -249,7 +249,7 @@ class CI_Log { * @param string $level The error level * @param string $date Formatted date string * @param string $message The log message - * @return string Formatted log line with a new line character '\r\n' at the end + * @return string Formatted log line with a new line character at the end */ protected function _format_line($level, $date, $message) { |