
24 Sep
2021
24 Sep
'21
11:06 p.m.
From: Pali Rohár pali@kernel.org
When progress was not completed, current terminal position is in progress bar. So print newline before printing error message to make error message more readable.
Signed-off-by: Pali Rohár pali@kernel.org Reviewed-by: Marek Behún marek.behun@nic.cz --- tools/kwboot.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/kwboot.c b/tools/kwboot.c index eb4b3fe230..0e533e3698 100644 --- a/tools/kwboot.c +++ b/tools/kwboot.c @@ -459,6 +459,7 @@ kwboot_xmodem(int tty, const void *_data, size_t size) rc = kwboot_tty_send_char(tty, EOT);
out: + kwboot_printv("\n"); return rc;
can:
--
2.32.0