]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsole.c
index d6d8db51d5e960b8fdb4e22f7049a32ef679bbbb..838c3337c7f23b182e5178ff6fd0766be13b39cc 100644 (file)
@@ -337,7 +337,7 @@ InitializeGraphicsConsoleTextMode (
 \r
   DEBUG_CODE (\r
     for (Index = 0; Index < ValidCount; Index++) {\r
-      DEBUG ((EFI_D_INFO, "Graphics - Mode %d, Column = %d, Row = %d\n",\r
+      DEBUG ((DEBUG_INFO, "Graphics - Mode %d, Column = %d, Row = %d\n",\r
                            Index, NewModeBuffer[Index].Columns, NewModeBuffer[Index].Rows));\r
     }\r
   );\r
@@ -551,7 +551,7 @@ GraphicsConsoleControllerDriverStart (
     }\r
   }\r
 \r
-  DEBUG ((EFI_D_INFO, "GraphicsConsole video resolution %d x %d\n", HorizontalResolution, VerticalResolution));\r
+  DEBUG ((DEBUG_INFO, "GraphicsConsole video resolution %d x %d\n", HorizontalResolution, VerticalResolution));\r
 \r
   //\r
   // Initialize the mode which GraphicsConsole supports.\r
@@ -2132,5 +2132,3 @@ InitializeGraphicsConsole (
 \r
   return Status;\r
 }\r
-\r
-\r