From: rsc Date: Thu, 27 Sep 2007 20:25:32 +0000 (+0000) Subject: nit X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=aefc13f8ba13475fa721d6da837db5e368ee1b0a;p=cs3210-lab0.git nit --- 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);