mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
WindowServer+LibVT: Convert some dbgprintf() to dbg()
These kept annoying me, because these were the only two lines in the default boot log that went unattributed.
This commit is contained in:
parent
7861ebaad7
commit
1671e1ac92
Notes:
sideshowbarker
2024-07-19 03:26:29 +09:00
Author: https://github.com/bugaevc
Commit: 1671e1ac92
Pull-request: https://github.com/SerenityOS/serenity/pull/3204
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ int main(int, char**)
|
|||
return 1;
|
||||
}
|
||||
|
||||
dbgprintf("Entering WindowServer main loop.\n");
|
||||
dbg() << "Entering WindowServer main loop";
|
||||
loop.exec();
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue