mirror of https://github.com/acidanthera/audk.git
Removed some output information for debug purpose.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1613 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
41df77e688
commit
eeaddae296
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue