]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / CdExpressPei / PeiCdExpress.c
index fd34f07eec49de442d4ccc0f9254ff6154ef42d3..242dbf8eb190b67e4f690c4439a7957e3d122d34 100644 (file)
@@ -231,9 +231,9 @@ UpdateBlocksAndVolumes (
             ) {\r
           continue;\r
         }\r
-        DEBUG ((EFI_D_INFO, "PeiCdExpress InterfaceType is %d\n", Media2.InterfaceType));\r
-        DEBUG ((EFI_D_INFO, "PeiCdExpress MediaPresent is %d\n", Media2.MediaPresent));\r
-        DEBUG ((EFI_D_INFO, "PeiCdExpress BlockSize is  0x%x\n", Media2.BlockSize));\r
+        DEBUG ((DEBUG_INFO, "PeiCdExpress InterfaceType is %d\n", Media2.InterfaceType));\r
+        DEBUG ((DEBUG_INFO, "PeiCdExpress MediaPresent is %d\n", Media2.MediaPresent));\r
+        DEBUG ((DEBUG_INFO, "PeiCdExpress BlockSize is  0x%x\n", Media2.BlockSize));\r
       } else {\r
         Status = BlockIoPpi->GetBlockDeviceMediaInfo (\r
                               PeiServices,\r
@@ -248,14 +248,14 @@ UpdateBlocksAndVolumes (
             ) {\r
           continue;\r
         }\r
-        DEBUG ((EFI_D_INFO, "PeiCdExpress DeviceType is %d\n", Media.DeviceType));\r
-        DEBUG ((EFI_D_INFO, "PeiCdExpress MediaPresent is %d\n", Media.MediaPresent));\r
-        DEBUG ((EFI_D_INFO, "PeiCdExpress BlockSize is  0x%x\n", Media.BlockSize));\r
+        DEBUG ((DEBUG_INFO, "PeiCdExpress DeviceType is %d\n", Media.DeviceType));\r
+        DEBUG ((DEBUG_INFO, "PeiCdExpress MediaPresent is %d\n", Media.MediaPresent));\r
+        DEBUG ((DEBUG_INFO, "PeiCdExpress BlockSize is  0x%x\n", Media.BlockSize));\r
       }\r
 \r
-      DEBUG ((EFI_D_INFO, "PeiCdExpress Status is %d\n", Status));\r
+      DEBUG ((DEBUG_INFO, "PeiCdExpress Status is %d\n", Status));\r
 \r
-      DEBUG ((EFI_D_INFO, "IndexBlockDevice is %d\n", IndexBlockDevice));\r
+      DEBUG ((DEBUG_INFO, "IndexBlockDevice is %d\n", IndexBlockDevice));\r
       PrivateData->CapsuleData[PrivateData->CapsuleCount].IndexBlock = IndexBlockDevice;\r
       if (BlockIo2) {\r
         PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo2 = BlockIo2Ppi;\r
@@ -263,7 +263,7 @@ UpdateBlocksAndVolumes (
         PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo  = BlockIoPpi;\r
       }\r
       Status = FindRecoveryCapsules (PrivateData);\r
-      DEBUG ((EFI_D_INFO, "Status is %d\n", Status));\r
+      DEBUG ((DEBUG_INFO, "Status is %d\n", Status));\r
 \r
       if (EFI_ERROR (Status)) {\r
         continue;\r