X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FGenBuild%2Forg%2Ftianocore%2Fbuild%2FFfsProcess.java;h=15f975901b73c2c5d9630e8f5582432bef633e57;hp=5541be4b94af66d983d97e21a69be32f2adbbd83;hb=391dbbb1c00daefe78e7e44499d048943ca866ae;hpb=3f7b510edbe3c10b533f36f490e591782d14e929;ds=sidebyside diff --git a/Tools/Source/GenBuild/org/tianocore/build/FfsProcess.java b/Tools/Source/GenBuild/org/tianocore/build/FfsProcess.java index 5541be4b94..15f975901b 100644 --- a/Tools/Source/GenBuild/org/tianocore/build/FfsProcess.java +++ b/Tools/Source/GenBuild/org/tianocore/build/FfsProcess.java @@ -164,7 +164,7 @@ public class FfsProcess { System.out.println("Warning: this module doesn't specify a FfsFormatKey. "); } else { - throw new BuildException("Can't find FfsFormatKey [" + buildType + "] in FPD file. "); + throw new BuildException("Can't find the FfsFormatKey [" + buildType + "] attribute in the FPD file!"); } if (ffs == null) {