mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Update logging
This commit is contained in:
parent
fb04ff9710
commit
4293d2a9ac
@ -445,7 +445,7 @@ namespace Memory
|
|||||||
if (vmm.Check((void *)va, PTFlag::US))
|
if (vmm.Check((void *)va, PTFlag::US))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
fixme("Unable to get address %#lx, page is not user accessible", va);
|
debug("Unable to get address %#lx, page is not user accessible", va);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -460,7 +460,7 @@ namespace Memory
|
|||||||
if (vmm.Check(Address, PTFlag::US))
|
if (vmm.Check(Address, PTFlag::US))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error("Address %#lx is not user accessible", Address);
|
debug("Address %#lx is not user accessible", Address);
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user