mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
Kenrel: Update a dmesgln() to say "RegionTree" instead of old class name
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 14:31:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/92dfcdb6b1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user