]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Library / UefiBootManagerLib / BmConsole.c
index d89331784cf8c06567a77417185d23cc05256f13..bdbb9a8770697b1ad52421835b01f46831bd4da6 100644 (file)
@@ -199,7 +199,7 @@ EfiBootManagerGetGopDevicePath (
           //\r
           // Recursively look for GOP child in this frame buffer handle\r
           //\r
-          DEBUG ((EFI_D_INFO, "[Bds] Looking for GOP child deeper ... \n"));\r
+          DEBUG ((DEBUG_INFO, "[Bds] Looking for GOP child deeper ... \n"));\r
           TempDevicePath = GopPool;\r
           ReturnDevicePath = EfiBootManagerGetGopDevicePath (OpenInfoBuffer[Index].ControllerHandle);\r
           GopPool = AppendDevicePathInstance (GopPool, ReturnDevicePath);\r
@@ -340,7 +340,7 @@ BmUpdateSystemTableConsole (
     //\r
     Instance  = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);\r
     if (Instance == NULL) {\r
-      DEBUG ((EFI_D_ERROR, "[Bds] No valid console instance is found for %s!\n", VarName));\r
+      DEBUG ((DEBUG_ERROR, "[Bds] No valid console instance is found for %s!\n", VarName));\r
       // We should not ASSERT when all the console devices are removed.\r
       // ASSERT_EFI_ERROR (EFI_NOT_FOUND);\r
       FreePool (FullDevicePath);\r