mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-10 19:18:25 +01:00
Fix debug message "patch disabled at config"
This commit is contained in:
parent
b6d578fe06
commit
d8c912e420
@ -1122,7 +1122,7 @@ FillinKextPatches (IN OUT KERNEL_AND_KEXT_PATCHES *Patches,
|
||||
}
|
||||
|
||||
DBG(" :: data len: %zu\n", newPatch.Data.size());
|
||||
if (newPatch.MenuItem.BValue) {
|
||||
if (!newPatch.MenuItem.BValue) {
|
||||
DBG(" - patch disabled at config\n");
|
||||
}
|
||||
Patches->KextPatches.AddReference(newPatchPtr, true);
|
||||
|
Loading…
Reference in New Issue
Block a user