mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:38:10 +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.
This commit is contained in:
parent
7235ddfd98
commit
019c9eb749
13 changed files with 41 additions and 28 deletions
|
@ -532,7 +532,7 @@ void Scheduler::notify_finalizer()
|
|||
|
||||
void Scheduler::idle_loop(void*)
|
||||
{
|
||||
dbg() << "Scheduler[" << Processor::current().id() << "]: idle loop running";
|
||||
dbgln("Scheduler[{}]: idle loop running", Processor::current().id());
|
||||
ASSERT(are_interrupts_enabled());
|
||||
|
||||
for (;;) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue