X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Tools%2FSource%2FFrameworkTasks%2Forg%2Ftianocore%2Fframework%2Ftasks%2FGenSectionTask.java;h=a631d93de506bda10c736768620f947306314dbd;hb=3f7b510edbe3c10b533f36f490e591782d14e929;hp=25328a12d87f7bd31bf0e5d06fb7909cfa18c36f;hpb=32a47954e2fd96e038379df2c47ef863cb7458cd;p=mirror_edk2.git diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java index 25328a12d8..a631d93de5 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java @@ -97,13 +97,13 @@ public class GenSectionTask extends Task implements EfiDefine { log(Commandline.toString(cmdline.getCommandline()), Project.MSG_VERBOSE); revl = runner.execute(); if (EFI_SUCCESS == revl) { - log("gensection succeeded!", Project.MSG_VERBOSE); + log("GenSection succeeded!", Project.MSG_VERBOSE); } else { // // command execution fail // log("ERROR = " + Integer.toHexString(revl)); - throw new BuildException("gensection failed!"); + throw new BuildException("GenSection failed!"); } } catch (Exception e) { throw new BuildException(e.getMessage());