]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Library / PeiReportStatusCodeLib / ReportStatusCodeLib.c
index 5ea2760dd58559a2b4774d3db1b93d60565ac3e2..43b4d49d305f871e67225577409308876087a638 100644 (file)
@@ -468,7 +468,7 @@ ReportStatusCodeEx (
     // The local variable Buffer not large enough to hold the extended data associated\r
     // with the status code being reported.\r
     //\r
-    DEBUG ((EFI_D_ERROR, "Status code extended data is too large to be reported!\n"));\r
+    DEBUG ((DEBUG_ERROR, "Status code extended data is too large to be reported!\n"));\r
     return EFI_OUT_OF_RESOURCES;\r
   }\r
   StatusCodeData = (EFI_STATUS_CODE_DATA  *) Buffer;\r