mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
sel4: change a error message into warning
This condition is non-fatal in the most cases, so leave it as a diagnostic message.
This commit is contained in:
parent
64c8b06377
commit
4761826843
@ -386,8 +386,9 @@ class Genode::Vm_space
|
||||
if (!_map_frame(from_phys + offset, to_virt + offset,
|
||||
cacheability, writable, executable,
|
||||
flush_support))
|
||||
error("mapping failed ", Hex(from_phys + offset),
|
||||
" -> ", Hex(to_virt + offset));
|
||||
warning("mapping failed ", Hex(from_phys + offset),
|
||||
" -> ", Hex(to_virt + offset), " ",
|
||||
!flush_support ? "core" : "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user