mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg/XenBusDxe: Fix an error message
Adding missing \n. Signed-off-by: Anthony PERARD <anthony.perard@vates.tech>
This commit is contained in:
parent
0d6750b88c
commit
eee6ed8b11
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue