1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:25:06 +00:00

Kernel: Convert klog() => dmesgln() in init()

This commit is contained in:
Andreas Kling 2021-03-09 21:58:18 +01:00
parent ac1c01cc30
commit c8a8923842

View file

@ -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);