mirror of
https://github.com/RGBCube/serenity
synced 2025-05-29 17:35:06 +00:00
Kenrel: Update a dmesgln() to say "RegionTree" instead of old class name
This commit is contained in:
parent
9e1da1f4f5
commit
92dfcdb6b1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ErrorOr<VirtualRange> RegionTree::allocate_range_anywhere(size_t size, size_t al
|
|||
return maybe_range.release_value();
|
||||
}
|
||||
|
||||
dmesgln("VirtualRangeAllocator: Failed to allocate anywhere: size={}, alignment={}", size, alignment);
|
||||
dmesgln("RegionTree: Failed to allocate anywhere: size={}, alignment={}", size, alignment);
|
||||
return ENOMEM;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue