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

Quiet log.

This commit is contained in:
Cedric Beust 2015-12-18 16:12:29 -08:00
parent 364975ce09
commit 56d52e69f3

View file

@ -110,7 +110,7 @@ public open class Jvm constructor(
val pathExecutable = os.findInPath(command)
if (pathExecutable != null) {
log(1, "Unable to find the $command executable using home: " +
log(2, "Unable to find the $command executable using home: " +
"$javaHome but found it on the PATH: $pathExecutable.")
return pathExecutable
}