diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-29 11:52:08 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-29 11:52:08 +0200 |
| commit | 6cfc4f283c8e068bc1345c46149b90a86be40a2f (patch) | |
| tree | abe3318b61ee43e3b8d4c9893201f78152ad62f4 /Kernel/Sources/Main.cxx | |
| parent | 0d661d2587046d3fc078bc15a089b94489c08a8d (diff) | |
[MHR-37] Last commit on ticket.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/Main.cxx')
| -rw-r--r-- | Kernel/Sources/Main.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/Sources/Main.cxx b/Kernel/Sources/Main.cxx index fb9b522b..318cbe3f 100644 --- a/Kernel/Sources/Main.cxx +++ b/Kernel/Sources/Main.cxx @@ -190,9 +190,8 @@ namespace Kernel::Detail { Kernel::UserView::The()->fRootUser = new User(RingKind::kRingSuperUser, kSuperUser); - Kernel::kcout << "newoskrnl: logged in as: " << Kernel::UserView::The()->fRootUser->Name().CData() << Kernel::endl; - Kernel::UserView::The()->LogIn(Kernel::UserView::The()->fRootUser, ""); + Kernel::UserView::The()->LogIn(Kernel::UserView::The()->fRootUser, nullptr); Kernel::kcout << "newoskrnl: " << cKernelVersion.GetKey().CData() << ": " << Kernel::number(cKernelVersion.GetValue()) << Kernel::endl; } |
