commit aefc13f8ba13475fa721d6da837db5e368ee1b0a parent 3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff Author: rsc <rsc> Date: Thu, 27 Sep 2007 20:25:32 +0000 nit Diffstat:
M | console.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);