]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[mirror_edk2.git] / OvmfPkg / Library / XenIoMmioLib / XenIoMmioLib.c
index 154e4fdeb71c8152ac22ae69daa6785108999420..ae4ea0309ac3857b695e5195a35bc46ea2cc6ec0 100644 (file)
@@ -88,7 +88,7 @@ XenIoMmioInstall (
   XenBusDevicePath = AllocateCopyPool (sizeof *XenBusDevicePath,\r
                        &mXenBusRootDevicePathTemplate);\r
   if (!XenBusDevicePath) {\r
-    DEBUG ((EFI_D_ERROR, "%a: Out of memory\n", __FUNCTION__));\r
+    DEBUG ((DEBUG_ERROR, "%a: Out of memory\n", __FUNCTION__));\r
     Status = EFI_OUT_OF_RESOURCES;\r
     goto FreeXenIo;\r
   }\r
@@ -103,7 +103,7 @@ XenIoMmioInstall (
     return EFI_SUCCESS;\r
   }\r
 \r
-  DEBUG ((EFI_D_ERROR, "%a: Failed to install the EFI_DEVICE_PATH and "\r
+  DEBUG ((DEBUG_ERROR, "%a: Failed to install the EFI_DEVICE_PATH and "\r
     "XENIO_PROTOCOL protocols on handle %p (Status == %r)\n",\r
     __FUNCTION__, OutHandle, Status));\r
 \r