diff --git a/program/lib/Roundcube/rcube.php b/program/lib/Roundcube/rcube.php index 55340a6c1..f7ec7caad 100644 --- a/program/lib/Roundcube/rcube.php +++ b/program/lib/Roundcube/rcube.php @@ -1272,7 +1272,7 @@ class rcube // write message with file name when configured to log to STDOUT if ($log_driver == 'stdout') { $stdout = "php://stdout"; - $line = "$name: $line"; + $line = "$name: $line\n"; return file_put_contents($stdout, $line, FILE_APPEND) !== false; }