mirror of
https://github.com/RGBCube/serenity
synced 2025-05-29 20:35:13 +00:00
Kernel: Remove debug spam in finalizer task
This commit is contained in:
parent
c6c71b0fcc
commit
ea17d2d3da
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ void FinalizerTask::spawn()
|
|||
Process::create_kernel_process(g_finalizer, "FinalizerTask", [] {
|
||||
Thread::current()->set_priority(THREAD_PRIORITY_LOW);
|
||||
for (;;) {
|
||||
dbg() << "Finalizer task is running";
|
||||
Thread::current()->wait_on(*g_finalizer_wait_queue);
|
||||
|
||||
bool expected = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue