X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FGenFw%2FElf32Convert.c;h=3d7de6d5c123c66ea632ec117fbd224a754c6cac;hp=af5ff9396ecf7c06656b057ee3f4f23e5d179621;hb=1794b98f72fb087f012602c4d1450762dd62906d;hpb=10944bc390f52fcd418670fe0171da1d4f3b05cc;ds=sidebyside diff --git a/BaseTools/Source/C/GenFw/Elf32Convert.c b/BaseTools/Source/C/GenFw/Elf32Convert.c index af5ff9396e..3d7de6d5c1 100644 --- a/BaseTools/Source/C/GenFw/Elf32Convert.c +++ b/BaseTools/Source/C/GenFw/Elf32Convert.c @@ -690,7 +690,7 @@ WriteSections32 ( // // Ignore for unkown section type. // - VerboseMsg ("%s unknown section type %x. We directly copy this section into Coff file", mInImageName, (unsigned)Shdr->sh_type); + VerboseMsg ("%s unknown section type %x. We ignore this unknown section type.", mInImageName, (unsigned)Shdr->sh_type); break; } }