summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c')
-rw-r--r--OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
index 154e4fdeb7..ae4ea0309a 100644
--- a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
+++ b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
@@ -88,7 +88,7 @@ XenIoMmioInstall (
XenBusDevicePath = AllocateCopyPool (sizeof *XenBusDevicePath,
&mXenBusRootDevicePathTemplate);
if (!XenBusDevicePath) {
- DEBUG ((EFI_D_ERROR, "%a: Out of memory\n", __FUNCTION__));
+ DEBUG ((DEBUG_ERROR, "%a: Out of memory\n", __FUNCTION__));
Status = EFI_OUT_OF_RESOURCES;
goto FreeXenIo;
}
@@ -103,7 +103,7 @@ XenIoMmioInstall (
return EFI_SUCCESS;
}
- DEBUG ((EFI_D_ERROR, "%a: Failed to install the EFI_DEVICE_PATH and "
+ DEBUG ((DEBUG_ERROR, "%a: Failed to install the EFI_DEVICE_PATH and "
"XENIO_PROTOCOL protocols on handle %p (Status == %r)\n",
__FUNCTION__, OutHandle, Status));