summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuIoPei/CpuIoPei.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/CpuIoPei/CpuIoPei.c')
-rw-r--r--UefiCpuPkg/CpuIoPei/CpuIoPei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuIoPei/CpuIoPei.c b/UefiCpuPkg/CpuIoPei/CpuIoPei.c
index 8a24cde0cc..98bae46e29 100644
--- a/UefiCpuPkg/CpuIoPei/CpuIoPei.c
+++ b/UefiCpuPkg/CpuIoPei/CpuIoPei.c
@@ -900,7 +900,7 @@ CpuIoInitialize (
//
// Shadow completed and running from memory
//
- DEBUG ((EFI_D_INFO, "CpuIO PPI has been loaded into memory. Reinstalled PPI=0x%x\n", &gCpuIoPpi));
+ DEBUG ((DEBUG_INFO, "CpuIO PPI has been loaded into memory. Reinstalled PPI=0x%x\n", &gCpuIoPpi));
} else {
Status = PeiServicesInstallPpi (&gPpiList);
ASSERT_EFI_ERROR (Status);