mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/14885] Add a line break when writing to the migrator output file
This commit is contained in:
parent
3ad13ebd88
commit
a99cb31a52
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class log_wrapper_migrator_output_handler implements migrator_output_handler_int
|
||||||
$translated_message = '[DEBUG] ' . $translated_message;
|
$translated_message = '[DEBUG] ' . $translated_message;
|
||||||
}
|
}
|
||||||
|
|
||||||
fwrite($this->file_handle, $translated_message);
|
fwrite($this->file_handle, $translated_message . "\r");
|
||||||
fflush($this->file_handle);
|
fflush($this->file_handle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue