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:
parent
b21d867ec2
commit
d777ca20cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue