From aefc13f8ba13475fa721d6da837db5e368ee1b0a Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 27 Sep 2007 20:25:32 +0000 Subject: [PATCH] nit --- console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.c b/console.c index bd7d486..86c3455 100644 --- a/console.c +++ b/console.c @@ -292,7 +292,7 @@ panic(char *s) __asm __volatile("cli"); use_console_lock = 0; - cprintf("panic (%d): ", cpu()); + cprintf("cpu%d: panic: ", cpu()); cprintf(s, 0); cprintf("\n", 0); getcallerpcs(&s, pcs);