mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Removed useless text
This commit is contained in:
parent
3f3db40026
commit
5c6ba5b6e1
@ -208,13 +208,11 @@ void KernelMainThread()
|
||||
|
||||
TaskManager->WaitForThread(ret.Thread);
|
||||
ExitCode = ret.Thread->GetExitCode();
|
||||
if (ExitCode != 0)
|
||||
KPrint("\eE85230Userspace process exited with code %d", ExitCode);
|
||||
error("Userspace process exited with code %d (%#x)", ExitCode, ExitCode);
|
||||
Exit:
|
||||
if (ExitCode != 0)
|
||||
{
|
||||
KPrint("Dropping to recovery screen...", ExitCode);
|
||||
KPrint("\eE85230Userspace process exited with code %d", ExitCode);
|
||||
KPrint("Dropping to recovery screen...");
|
||||
TaskManager->Sleep(2500);
|
||||
RecoveryScreen = new Recovery::KernelRecovery;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user