Updated driver loading

This commit is contained in:
Alex
2023-01-07 20:14:44 +02:00
parent 7527a8033d
commit 3f3b636caf
5 changed files with 17 additions and 8 deletions

View File

@ -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)