Skip to content

Commit

Permalink
display better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanSeurat committed Jul 19, 2023
1 parent af3c9ce commit 892e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/src/exceptions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub unsafe fn init_el2() {
/// is overwritten.
#[no_mangle]
unsafe extern "C" fn default_exception_handler(e: &ExceptionContext) {
debugln!("Unknown Exception Context");
debugln!("[ERROR]Unknown Exception Context");
debug_halt(e);
}

Expand Down

0 comments on commit 892e29a

Please sign in to comment.