mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Quiet log.
This commit is contained in:
parent
364975ce09
commit
56d52e69f3
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public open class Jvm constructor(
|
||||||
|
|
||||||
val pathExecutable = os.findInPath(command)
|
val pathExecutable = os.findInPath(command)
|
||||||
if (pathExecutable != null) {
|
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.")
|
"$javaHome but found it on the PATH: $pathExecutable.")
|
||||||
return pathExecutable
|
return pathExecutable
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue