]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Gcd/Gcd.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Gcd / Gcd.c
index 51b082b7e7eb2fe1f1eeebc23f07f0950b99be92..6518921516f38c7d5b58691f7eaf64f53ec6b721 100644 (file)
@@ -2384,8 +2384,8 @@ CoreInitializeMemoryServices (
     }\r
   }\r
 \r
-  DEBUG ((EFI_D_INFO, "CoreInitializeMemoryServices:\n"));\r
-  DEBUG ((EFI_D_INFO, "  BaseAddress - 0x%lx Length - 0x%lx MinimalMemorySizeNeeded - 0x%lx\n", BaseAddress, Length, MinimalMemorySizeNeeded));\r
+  DEBUG ((DEBUG_INFO, "CoreInitializeMemoryServices:\n"));\r
+  DEBUG ((DEBUG_INFO, "  BaseAddress - 0x%lx Length - 0x%lx MinimalMemorySizeNeeded - 0x%lx\n", BaseAddress, Length, MinimalMemorySizeNeeded));\r
 \r
   //\r
   // If no memory regions are found that are big enough to initialize the DXE core, then ASSERT().\r