]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Debug message make confused
authorYunhua Feng <yunhuax.feng@intel.com>
Mon, 6 Aug 2018 01:08:55 +0000 (09:08 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 8 Aug 2018 00:49:36 +0000 (08:49 +0800)
Debug message make confused

Fix https://bugzilla.tianocore.org/show_bug.cgi?id=995

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py

index 06ff84b4cdbc02d57d29d1053e7243cdc7b3f7da..033ad644c151749b5b0a8461c29be390c5d2efe4 100644 (file)
@@ -3240,7 +3240,7 @@ class ModuleAutoGen(AutoGen):
                 # match tool chain\r
                 if F.TagName not in ToolChainTagSet:\r
                     EdkLogger.debug(EdkLogger.DEBUG_9, "The toolchain [%s] for processing file [%s] is found, "\r
-                                    "but [%s] is needed" % (F.TagName, str(F), self.ToolChain))\r
+                                    "but [%s] is currently used" % (F.TagName, str(F), self.ToolChain))\r
                     continue\r
                 # match tool chain family or build rule family\r
                 if F.ToolChainFamily not in ToolChainFamilySet:\r