1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Change warn() to log().

This commit is contained in:
Cedric Beust 2017-03-18 23:09:28 -07:00
parent b21d867ec2
commit d777ca20cb

View file

@ -58,7 +58,7 @@ class CompilerDescription(override val name: String, override val sourceDirecto
if (info.sourceFiles.isNotEmpty()) {
compiler.compile(project, context, info)
} else {
warn("$name cdouldn't find any source files to compile")
log(2, "$name couldn't find any source files to compile")
TaskResult()
}
return result