mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Change the log level of page fault handler failed
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
36a2f40d07
commit
46d45de37a
@ -55,7 +55,7 @@ pub(crate) fn handle_page_fault(
|
||||
);
|
||||
|
||||
if let Err(e) = root_vmar.handle_page_fault(page_fault_addr, not_present, write) {
|
||||
error!(
|
||||
warn!(
|
||||
"page fault handler failed: addr: 0x{:x}, err: {:?}",
|
||||
page_fault_addr, e
|
||||
);
|
||||
|
Reference in New Issue
Block a user