mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 06:07:35 +00:00
Everywhere: Fix obvious dbgln() bugs
This will allow compiletime dbgln() checks to pass
This commit is contained in:
parent
b68e34cc2e
commit
53ce923e10
4 changed files with 4 additions and 4 deletions
|
@ -903,7 +903,7 @@ public:
|
|||
}
|
||||
if (m_blocker && !m_blocker->can_be_interrupted() && !m_should_die) {
|
||||
block_lock2.unlock();
|
||||
dbgln("Thread should not be unblocking, current state: ", state_string());
|
||||
dbgln("Thread should not be unblocking, current state: {}", state_string());
|
||||
set_state(Thread::Blocked);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue