mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-05 00:38:10 +02:00
add \r to log messages to prevent stair stepping
This commit is contained in:
parent
1e261cca34
commit
ebd380862c
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ do \
|
|||
ply_logger_flush (logger); \
|
||||
errno = _old_errno; \
|
||||
ply_logger_inject (logger, \
|
||||
"[%s] %45.45s:" format "\n", \
|
||||
"[%s] %45.45s:" format "\r\n", \
|
||||
__FILE__, __func__, ##args); \
|
||||
ply_logger_flush (logger); \
|
||||
errno = _old_errno; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue