diff --git a/OvmfPkg/XenBusDxe/EventChannel.c b/OvmfPkg/XenBusDxe/EventChannel.c index 810c9bdb7f..351a9b5529 100644 --- a/OvmfPkg/XenBusDxe/EventChannel.c +++ b/OvmfPkg/XenBusDxe/EventChannel.c @@ -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; }