mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +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
5931758dbc
commit
723effd051
13 changed files with 55 additions and 48 deletions
|
@ -101,7 +101,7 @@ bool HPETComparator::try_to_set_frequency(size_t frequency)
|
|||
{
|
||||
InterruptDisabler disabler;
|
||||
if (!is_capable_of_frequency(frequency)) {
|
||||
dbg() << "HPETComparator: not cable of frequency: " << frequency;
|
||||
dbgln("HPETComparator: not cable of frequency: {}", frequency);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue