]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java
Remove dependence check of FD upon FlashMap.fdf
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / FfsHeader.java
index 4af491950da579885d31f119979b08e7d741bf99..24cb3df266208d843669be6b5cf4c40cc8d8540f 100644 (file)
@@ -52,7 +52,7 @@ public class FfsHeader {
         **/     \r
         public void bufferToStruct (byte[] dataBuffer){\r
             if (dataBuffer.length != 16) {\r
-                throw new BuildException ("Buffer is not fitting GUID type!");\r
+                throw new BuildException ("Buffer is not sized [" + dataBuffer.length + "] for data type, GUID!");\r
             }\r
 \r
             data1 = (int)(dataBuffer[3]& 0xff);\r