X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FXenIoMmioLib%2FXenIoMmioLib.c;fp=OvmfPkg%2FLibrary%2FXenIoMmioLib%2FXenIoMmioLib.c;h=ae4ea0309ac3857b695e5195a35bc46ea2cc6ec0;hb=70d5086c3274b1a5b099d642d546581070374e6e;hp=154e4fdeb71c8152ac22ae69daa6785108999420;hpb=2a7a1223d0c6f6ec10076584f92d40abbf6020d1;p=mirror_edk2.git 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));