[LOG] change log comment and level for an uncompilable file

This commit is contained in:
Edouard DUPIN 2014-10-09 21:23:19 +02:00
parent 0f4349e65a
commit 7c72aa8b84

View File

@ -483,7 +483,7 @@ class Module:
resFile = self.compile_m_to_o(file, packageName, target, self.subHeritageList)
listSubFileNeededTobuild.append(resFile)
else:
debug.verbose(" TODO : gcc " + self.originFolder + "/" + file)
debug.warning(" UN-SUPPORTED file format: '" + self.originFolder + "/" + file + "'")
# when multiprocess availlable, we need to synchronize here ...
lutinMultiprocess.pool_synchrosize()