From cfcb0edb14772b625c7d744c4f2e455c53c92d6b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 3 Mar 2017 17:17:38 +0100 Subject: boot: Make the halt message nicer. * boot/boot.c (S_host_reboot): Emit a carriage return. --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index c69c89ac..9c2a0218 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1902,7 +1902,7 @@ kern_return_t S_host_reboot (mach_port_t host_priv, int flags) { - fprintf (stderr, "Would %s the system. Bye.\n", + fprintf (stderr, "Would %s the system. Bye.\r\n", flags & RB_HALT? "halt": "reboot"); host_exit (0); } -- cgit v1.2.3