X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkTasks%2Forg%2Ftianocore%2Fframework%2Ftasks%2FSectFile.java;h=b603a3eb80a92b84af3af0e0475796d4d78f395d;hp=b4e153d480ffd9f1a60df741fd7c7da830d1af83;hb=3f7b510edbe3c10b533f36f490e591782d14e929;hpb=32a47954e2fd96e038379df2c47ef863cb7458cd diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SectFile.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SectFile.java index b4e153d480..b603a3eb80 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SectFile.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SectFile.java @@ -67,7 +67,7 @@ public class SectFile implements Section { /// check if file exist. /// if (! sectFile.exists()) { - throw new BuildException("The file " + this.fileName + " is not exist!\n"); + throw new BuildException("The file " + this.fileName + " does not exist!\n"); } @@ -110,7 +110,7 @@ public class SectFile implements Section { } catch (Exception e) { System.out.print(e.getMessage()); - throw new BuildException("section file2Buffer failed!\n"); + throw new BuildException("SectFile, toBuffer failed!\n"); } } -} \ No newline at end of file +}