We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9632 commit 6e35942Copy full SHA for 6e35942
kernel/src/debug.rs
@@ -198,6 +198,7 @@ pub unsafe fn panic_process_info<PP: ProcessPrinter, W: Write>(
198
process_printer: &'static Option<&'static PP>,
199
writer: &mut W,
200
) {
201
+ let _ = writer.write_fmt(format_args!("\r\n---| App Status |---\r\n"));
202
process_printer.map(|printer| {
203
// print data about each process
204
let _ = writer.write_fmt(format_args!("\r\n---| App Status |---\r\n"));
0 commit comments