]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / GenCRC32SectionTask.java
index cf02466ab0c58d8f51fdf9a20f7f46b02604625f..6754beb6218ccc9d9a840fc3e9e5246475df5d17 100644 (file)
@@ -96,12 +96,14 @@ public class GenCRC32SectionTask extends Task implements EfiDefine{
                 //\r
                 //  command execution success \r
                 //\r
-                log("gencrc32section succeeded!", Project.MSG_VERBOSE);\r
+                log("GenCRC32Section succeeded!", Project.MSG_VERBOSE);\r
             } else {\r
                 // \r
                 // command execution fail\r
                 //\r
                 log("ERROR = " + Integer.toHexString(revl));\r
+// LAH Added This Line\r
+                throw new BuildException("GenCRC32Section failed!");\r
             }\r
         } catch (Exception e) {\r
             throw new BuildException(e.getMessage());\r