mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it easier to find potentially introduced bugs with git bisect.Everything:
This commit is contained in:
parent
c7fc9d185d
commit
11d651d447
Notes:
sideshowbarker
2024-07-18 23:56:51 +09:00
Author: https://github.com/asynts
Commit: 11d651d447
Pull-request: https://github.com/SerenityOS/serenity/pull/4887
3 changed files with 18 additions and 18 deletions
|
@ -161,7 +161,7 @@ void Parser::access_generic_address(const Structures::GenericAddressStructure& s
|
|||
dbgln("ACPI Warning: Unknown access size {}", structure.access_size);
|
||||
ASSERT(structure.bit_width != (u8)GenericAddressStructure::BitWidth::QWord);
|
||||
ASSERT(structure.bit_width != (u8)GenericAddressStructure::BitWidth::Undefined);
|
||||
dbg() << "ACPI: Bit Width - " << structure.bit_width << " bits";
|
||||
dbgln("ACPI: Bit Width - {} bits", structure.bit_width);
|
||||
address.out(value, structure.bit_width);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue