]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/VirtioGpuDxe/Commands.c
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[mirror_edk2.git] / OvmfPkg / VirtioGpuDxe / Commands.c
index 8fb6cad52dc7c33a3e42fd7f87bdd20f84a7618d..1645100a05d539e84018bb2403a1e82d3a8cb210 100644 (file)
@@ -389,7 +389,7 @@ VirtioGpuExitBoot (
   @retval EFI_SUCCESS            Operation successful.\r
 \r
   @retval EFI_DEVICE_ERROR       The host rejected the request. The host error\r
-                                 code has been logged on the EFI_D_ERROR level.\r
+                                 code has been logged on the DEBUG_ERROR level.\r
 \r
   @return                        Codes for unexpected errors in VirtIo\r
                                  messaging, or request/response\r
@@ -489,7 +489,7 @@ VirtioGpuSendCommand (
   // Verify response size.\r
   //\r
   if (ResponseSize != sizeof Response) {\r
-    DEBUG ((EFI_D_ERROR, "%a: malformed response to Request=0x%x\n",\r
+    DEBUG ((DEBUG_ERROR, "%a: malformed response to Request=0x%x\n",\r
       __FUNCTION__, (UINT32)RequestType));\r
     Status = EFI_PROTOCOL_ERROR;\r
     goto UnmapResponse;\r
@@ -516,7 +516,7 @@ VirtioGpuSendCommand (
     return EFI_SUCCESS;\r
   }\r
 \r
-  DEBUG ((EFI_D_ERROR, "%a: Request=0x%x Response=0x%x\n", __FUNCTION__,\r
+  DEBUG ((DEBUG_ERROR, "%a: Request=0x%x Response=0x%x\n", __FUNCTION__,\r
     (UINT32)RequestType, Response.Type));\r
   return EFI_DEVICE_ERROR;\r
 \r
@@ -546,7 +546,7 @@ UnmapRequest:
   @retval EFI_SUCCESS            Operation successful.\r
 \r
   @retval EFI_DEVICE_ERROR       The host rejected the request. The host error\r
-                                 code has been logged on the EFI_D_ERROR level.\r
+                                 code has been logged on the DEBUG_ERROR level.\r
 \r
   @return                        Codes for unexpected errors in VirtIo\r
                                  messaging.\r