X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkTasks%2Forg%2Ftianocore%2Fframework%2Ftasks%2FTool.java;h=6eb9f65e316906eed39b179a5a42552c8e10d465;hp=17e6298e003cac3bb8f7a0e4097837ef6e14c6fb;hb=eeaddae2960be8747f99ad155cd4b405f62d94a9;hpb=c493be6c9d2829c73e2e884846d098d955738f62 diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Tool.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Tool.java index 17e6298e00..6eb9f65e31 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Tool.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Tool.java @@ -152,7 +152,6 @@ public class Tool implements EfiDefine, Section { argument = toolArgList + inputFiles.toStringWithSinglepPrefix(" -i ") + tempInputFile.toString(" ")+ " -o " + outputFileName; EdkLog.log(this, EdkLog.EDK_VERBOSE, command + " " + argument); - EdkLog.log(this, EdkLog.EDK_INFO, this.outputFileName); /// /// execute command line ///