From ab658b3ae8799915f3b6ab1cd71a3d4932ffd9d5 Mon Sep 17 00:00:00 2001 From: Sharad Soni Date: Wed, 8 May 2019 00:26:19 +0530 Subject: Update Log.php Removed \n as now we are adding PHP_EOL --- system/core/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core/Log.php') 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) { -- cgit v1.2.3-24-g4f1b