提交 9dd5ad1a 编写于 作者: J John Davis

OCAK: Fixed debug printing when performing cacheless kext blocking

上级 622aa07c
......@@ -7,6 +7,7 @@ OpenCore Changelog
- Provided optional unsafe fast file logging (suitable only for firmware with a fully compliant FAT32 driver)
- Fixed incorrect OSBundleLibraries_x86_64 handling during cacheless injection
- Changed RsaTool not to link against system ssl on macOS
- Fixed crash during cacheless injection when kext blocking is enabled
#### v0.8.2
- Fixed `AppleCpuPmCfgLock` on macOS 13
......
......@@ -1613,9 +1613,8 @@ CachelessContextHookBuiltin (
Status = PatcherBlockKext (&Patcher);
DEBUG ((
EFI_ERROR (Status) ? DEBUG_WARN : DEBUG_INFO,
"OCAK: Cacheless blocker result for %a (%a) - %r\n",
"OCAK: Cacheless blocker result for %a - %r\n",
PatchedKext->Identifier,
KextPatch->Patch.Comment,
Status
));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册