mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-05 12:29:19 +00:00
Updated driver loading
This commit is contained in:
@ -53,7 +53,7 @@ namespace Driver
|
||||
if (CallbackRet == DriverReturnCode::NOT_IMPLEMENTED)
|
||||
{
|
||||
delete MemMgr;
|
||||
error("Driver %s does not implement the configuration callback", fexExtended->Driver.Name);
|
||||
error("Driver %s is not implemented", fexExtended->Driver.Name);
|
||||
break;
|
||||
}
|
||||
else if (CallbackRet != DriverReturnCode::OK)
|
||||
|
Reference in New Issue
Block a user