mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 04:24:31 +02:00
[ticket/14885] Use \n instead of \r for output_handler messages
This commit is contained in:
@ -94,7 +94,7 @@ class log_wrapper_migrator_output_handler implements migrator_output_handler_int
|
||||
$translated_message = '[DEBUG] ' . $translated_message;
|
||||
}
|
||||
|
||||
fwrite($this->file_handle, $translated_message . "\r");
|
||||
fwrite($this->file_handle, $translated_message . "\n");
|
||||
fflush($this->file_handle);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user