|
From: <qh...@us...> - 2010-02-12 08:29:40
|
Revision: 1873
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1873&view=rev
Author: qhuang8
Date: 2010-02-12 08:29:23 +0000 (Fri, 12 Feb 2010)
Log Message:
-----------
Use info to echo the report file location
Modified Paths:
--------------
trunk/BaseTools/Source/Python/build/BuildReport.py
Modified: trunk/BaseTools/Source/Python/build/BuildReport.py
===================================================================
--- trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-12 08:28:55 UTC (rev 1872)
+++ trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-12 08:29:23 UTC (rev 1873)
@@ -1414,7 +1414,7 @@
try:
for Report in self.ReportList:
Report.GenerateReport(File, BuildDuration, self.ReportType)
- EdkLogger.quiet("Report successfully saved to %s" % os.path.abspath(self.ReportFile))
+ EdkLogger.info("Report successfully saved to %s" % os.path.abspath(self.ReportFile))
except IOError:
EdkLogger.error(None, FILE_WRITE_FAILURE, ExtraData=self.ReportFile)
File.close()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|