mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Update error message
This commit is contained in:
parent
147027b613
commit
6d2c04d0c8
@ -118,8 +118,8 @@ void KernelMainThread()
|
||||
int tid = SpawnInit();
|
||||
if (tid < 0)
|
||||
{
|
||||
KPrint("\eE85230Failed to start %s! Code: %d",
|
||||
Config.InitPath, tid);
|
||||
KPrint("\eE85230Failed to start %s! Error: %s (%d)",
|
||||
Config.InitPath, strerror(tid), tid);
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user