X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FEfiLdr%2FEfiLoader.c;h=b3f8d8cc3e51658701f100a2a7964f8c60ee1b45;hp=d55dfdb791b161c8c52f7a6b5d13cf2d93d30bd3;hb=c5dfb4770b115c57563c07d1f4379f45c2904caf;hpb=a8d0c20e7aa01e4f676003650b3b1c7cb40028ba diff --git a/DuetPkg/EfiLdr/EfiLoader.c b/DuetPkg/EfiLdr/EfiLoader.c index d55dfdb791..b3f8d8cc3e 100644 --- a/DuetPkg/EfiLdr/EfiLoader.c +++ b/DuetPkg/EfiLdr/EfiLoader.c @@ -93,7 +93,7 @@ EfiLoader ( // Decompress the image // - AsciiSPrint (PrintBuffer, 256, "Decompress BFV image, Image Address=0x%x! Offset=0x%x\n", + AsciiSPrint (PrintBuffer, 256, "Decompress BFV image, Image Address=0x%x Offset=0x%x\n", (UINTN)(EFILDR_HEADER_ADDRESS + EFILDRImage->Offset), EFILDRImage->Offset); PrintString (PrintBuffer); @@ -145,7 +145,7 @@ EfiLoader ( // // Decompress the image // - AsciiSPrint (PrintBuffer, 256, "Decompress DxeIpl image, Image Address=0x%x! Offset=0x%x\n", + AsciiSPrint (PrintBuffer, 256, "Decompress DxeIpl image, Image Address=0x%x Offset=0x%x\n", (UINTN)(EFILDR_HEADER_ADDRESS + EFILDRImage->Offset), EFILDRImage->Offset); PrintString (PrintBuffer);