mirror of https://github.com/acidanthera/audk.git
BaseTools: Debug message make confused
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>
This commit is contained in:
parent
40d1adb3eb
commit
e5cbb98256
|
@ -3240,7 +3240,7 @@ class ModuleAutoGen(AutoGen):
|
|||
# match tool chain
|
||||
if F.TagName not in ToolChainTagSet:
|
||||
EdkLogger.debug(EdkLogger.DEBUG_9, "The toolchain [%s] for processing file [%s] is found, "
|
||||
"but [%s] is needed" % (F.TagName, str(F), self.ToolChain))
|
||||
"but [%s] is currently used" % (F.TagName, str(F), self.ToolChain))
|
||||
continue
|
||||
# match tool chain family or build rule family
|
||||
if F.ToolChainFamily not in ToolChainFamilySet:
|
||||
|
|
Loading…
Reference in New Issue