mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Convert klog() => dmesgln() in init()
This commit is contained in:
parent
ac1c01cc30
commit
c8a8923842
Notes:
sideshowbarker
2024-07-18 21:33:34 +09:00
Author: https://github.com/awesomekling
Commit: c8a8923842
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ extern "C" UNMAP_AFTER_INIT [[noreturn]] void init()
|
|||
I8042Controller::initialize();
|
||||
Console::initialize();
|
||||
|
||||
klog() << "Starting SerenityOS...";
|
||||
dmesgln("Starting SerenityOS...");
|
||||
|
||||
TimeManagement::initialize(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue