X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FXenBusDxe%2FXenBusDxe.c;h=1f5628ad83426ffe67ad5bc4c16794ea44a6ac8b;hb=70d5086c3274b1a5b099d642d546581070374e6e;hp=c47fad2e80bb922985bdf529157ddfd2251cfb17;hpb=2a7a1223d0c6f6ec10076584f92d40abbf6020d1;p=mirror_edk2.git diff --git a/OvmfPkg/XenBusDxe/XenBusDxe.c b/OvmfPkg/XenBusDxe/XenBusDxe.c index c47fad2e80..1f5628ad83 100644 --- a/OvmfPkg/XenBusDxe/XenBusDxe.c +++ b/OvmfPkg/XenBusDxe/XenBusDxe.c @@ -362,7 +362,7 @@ XenBusDxeDriverBindingStart ( Status = XenGetSharedInfoPage (Dev); if (EFI_ERROR (Status)) { - DEBUG ((EFI_D_ERROR, "XenBus: Unable to get the shared info page.\n")); + DEBUG ((DEBUG_ERROR, "XenBus: Unable to get the shared info page.\n")); Status = EFI_UNSUPPORTED; goto ErrorAllocated; } @@ -442,7 +442,7 @@ XenBusDxeDriverBindingStop ( ControllerHandle, EFI_OPEN_PROTOCOL_GET_PROTOCOL); if (EFI_ERROR (Status)) { - DEBUG ((EFI_D_ERROR, "XenBusDxe: get children protocol failed: %r\n", Status)); + DEBUG ((DEBUG_ERROR, "XenBusDxe: get children protocol failed: %r\n", Status)); continue; } ChildData = XENBUS_PRIVATE_DATA_FROM_THIS (XenBusIo);