Show error code

This commit is contained in:
Alex 2023-02-24 10:12:25 +02:00
parent bcf46f8341
commit f767d950c4
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -194,7 +194,7 @@ namespace Driver
}
else
{
KPrint("\eE85230Failed to open driver directory: %s", Config.DriverDirectory);
KPrint("\eE85230Failed to open driver directory: %s! (Status: %#lx)", Config.DriverDirectory, DriverDirectory->Status);
CPU::Stop();
}
vfs->Close(DriverDirectory);