From b5e4b30ff267fe03273c859ba110cca0d8e72dac Mon Sep 17 00:00:00 2001 From: Sharad Soni Date: Wed, 24 Apr 2019 14:06:33 +0530 Subject: Update Log.php Removed extra space. --- system/core/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core') diff --git a/system/core/Log.php b/system/core/Log.php index cfc0f36a2..3c9a89a5f 100644 --- a/system/core/Log.php +++ b/system/core/Log.php @@ -253,7 +253,7 @@ class CI_Log { */ protected function _format_line($level, $date, $message) { - return $level.' - '.$date.' --> '.$message. PHP_EOL; + return $level.' - '.$date.' --> '.$message.PHP_EOL; } // -------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b