]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenBusDxe/XenBusDxe.c
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenBusDxe.c
index c47fad2e80bb922985bdf529157ddfd2251cfb17..1f5628ad83426ffe67ad5bc4c16794ea44a6ac8b 100644 (file)
@@ -362,7 +362,7 @@ XenBusDxeDriverBindingStart (
 \r
   Status = XenGetSharedInfoPage (Dev);\r
   if (EFI_ERROR (Status)) {\r
-    DEBUG ((EFI_D_ERROR, "XenBus: Unable to get the shared info page.\n"));\r
+    DEBUG ((DEBUG_ERROR, "XenBus: Unable to get the shared info page.\n"));\r
     Status = EFI_UNSUPPORTED;\r
     goto ErrorAllocated;\r
   }\r
@@ -442,7 +442,7 @@ XenBusDxeDriverBindingStop (
                ControllerHandle,\r
                EFI_OPEN_PROTOCOL_GET_PROTOCOL);\r
     if (EFI_ERROR (Status)) {\r
-      DEBUG ((EFI_D_ERROR, "XenBusDxe: get children protocol failed: %r\n", Status));\r
+      DEBUG ((DEBUG_ERROR, "XenBusDxe: get children protocol failed: %r\n", Status));\r
       continue;\r
     }\r
     ChildData = XENBUS_PRIVATE_DATA_FROM_THIS (XenBusIo);\r