summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console.c2
1 files changed, 1 insertions, 1 deletions
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);