diff options
Diffstat (limited to 'EfiGuardDxe')
-rw-r--r-- | EfiGuardDxe/PatchNtoskrnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EfiGuardDxe/PatchNtoskrnl.c b/EfiGuardDxe/PatchNtoskrnl.c index 3c3161b..9dd3537 100644 --- a/EfiGuardDxe/PatchNtoskrnl.c +++ b/EfiGuardDxe/PatchNtoskrnl.c @@ -400,7 +400,7 @@ DisablePatchGuard( // Print info PRINT_KERNEL_PATCH_MSG(L"\r\n Patched KeInitAmd64SpecificState [RVA: 0x%X].\r\n", (UINT32)(KeInitAmd64SpecificState - ImageBase)); - PRINT_KERNEL_PATCH_MSG(L" Patched %S [RVA: 0x%X].\r\n", + PRINT_KERNEL_PATCH_MSG(L" Patched %ls [RVA: 0x%X].\r\n", FuncName, (UINT32)(CcInitializeBcbProfiler - ImageBase)); if (ExpLicenseWatchInitWorker != NULL) { |