1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 20:25:12 +00:00

Kenrel: Update a dmesgln() to say "RegionTree" instead of old class name

This commit is contained in:
Andreas Kling 2022-04-03 22:00:19 +02:00
parent 9e1da1f4f5
commit 92dfcdb6b1

View file

@ -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;
}