|
From: <gi...@us...> - 2011-12-05 03:19:48
|
Revision: 2458
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2458&view=rev
Author: gikidy
Date: 2011-12-05 03:19:42 +0000 (Mon, 05 Dec 2011)
Log Message:
-----------
Make print information format consistent.
Signed-off-by: gikidy
Modified Paths:
--------------
trunk/BaseTools/Source/Python/build/build.py
Modified: trunk/BaseTools/Source/Python/build/build.py
===================================================================
--- trunk/BaseTools/Source/Python/build/build.py 2011-12-05 03:09:46 UTC (rev 2457)
+++ trunk/BaseTools/Source/Python/build/build.py 2011-12-05 03:19:42 UTC (rev 2458)
@@ -750,7 +750,7 @@
EdkLogger.info('%-16s = %s' % ("Build target", ' '.join(self.BuildTargetList)))
EdkLogger.info('%-16s = %s' % ("Toolchain", ' '.join(self.ToolChainList)))
- EdkLogger.info('\n%-24s = %s' % ("Active Platform", self.PlatformFile))
+ EdkLogger.info('\n%-16s = %s' % ("Active Platform", self.PlatformFile))
if self.ModuleFile:
EdkLogger.info('%-16s = %s' % ("Active Module", self.ModuleFile))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|