Michael Brown 2748eff012 [console] Flush line-based console after each progress update
Download progress messages will not currently appear via the syslog
console (or any other line buffering console) until the download
completes and the newline character is printed.

Use the ASCII unit separator (US) character to indicate the end of
each per-second progress message, and modify the line console to react
to this character by sending out the incomplete line.

Suggested-by: Christian I. Nilsson <nikize@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2026-03-10 11:13:32 +00:00
..