]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerUiLib / BootOption.c
index 53f0ef3d191e1ca68bba958e3b1b8512fe6a825f..45d0fbb8a104e24824b6bbfdfa010a6a9eb0a38f 100644 (file)
@@ -611,7 +611,7 @@ BOpt_GetOptionNumber (
       continue;\r
     }\r
     UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%s%04x", Type, (UINTN) OptionNumber);\r
-    DEBUG((EFI_D_ERROR,"Option = %s\n", StrTemp));\r
+    DEBUG((DEBUG_ERROR,"Option = %s\n", StrTemp));\r
     GetEfiGlobalVariable2 (StrTemp, (VOID **) &OptionBuffer, &OptionSize);\r
     if (NULL == OptionBuffer) {\r
       //\r
@@ -1002,4 +1002,3 @@ CreateDriverOptionFromFile (
 {\r
   return ReSendForm(FilePath, FORM_DRV_ADD_FILE_ID);\r
 }\r
-\r