BaseTools: ElfConvert Tool update VerboseMsg to same with the comment

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=994
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Yonghong Zhu 2018-07-13 11:28:33 +08:00
parent 10944bc390
commit 1794b98f72
2 changed files with 2 additions and 2 deletions

View File

@ -690,7 +690,7 @@ WriteSections32 (
// //
// Ignore for unkown section type. // 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; break;
} }
} }

View File

@ -824,7 +824,7 @@ WriteSections64 (
// //
// Ignore for unkown section type. // 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; break;
} }
} }