OvmfPkg/XenBusDxe: Fix an error message

Adding missing \n.

Signed-off-by: Anthony PERARD <anthony.perard@vates.tech>
This commit is contained in:
Anthony PERARD 2026-04-27 12:01:44 +02:00 committed by mergify[bot]
parent 0d6750b88c
commit eee6ed8b11

View file

@ -45,7 +45,7 @@ XenBusEventChannelAllocate (
&Parameter
);
if (ReturnCode != 0) {
DEBUG ((DEBUG_ERROR, "ERROR: alloc_unbound failed with rc=%d", ReturnCode));
DEBUG ((DEBUG_ERROR, "XenBus: alloc_unbound failed with rc=%d\n", ReturnCode));
return ReturnCode;
}