save a few lines of unnecessary output.

This commit is contained in:
Ben Gras
2009-09-23 13:27:21 +00:00
parent b2e3153263
commit 9e53925504
2 changed files with 3 additions and 6 deletions

View File

@@ -46,8 +46,7 @@ if (!minix_panicing++) {
kprintf("\n");
}
kprintf("proc_ptr %s / %d\n", proc_ptr->p_name, proc_ptr->p_endpoint);
kprintf("kernel stacktrace: ");
kprintf("kernel: ");
util_stacktrace();
}