cloud-hypervisor/src
Yu Li 499989fb17 logger: use write with \r\n instead of writeln
The device manager will set tty or pty to raw mode, all the `\n` will
be LF without CR, which makes the output difficult to read.

This commit solves it by using `write` with `\r\n` instead of
`writeln`, which can print CR and LF explicitly.

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
2023-06-16 14:15:03 -07:00
..
bin ch-remote: full support for calling the D-Bus API 2023-06-06 10:18:26 -07:00
main.rs logger: use write with \r\n instead of writeln 2023-06-16 14:15:03 -07:00