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

Log tweaks.

This commit is contained in:
Cedric Beust 2015-10-06 22:04:19 -07:00
parent 83ddd48260
commit 3147fe43a1
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ abstract public class JvmCompilerPlugin @Inject constructor(
* Log with a project.
*/
protected fun lp(project: Project, s: String) {
log(1, "${project.name}: ${s}")
log(2, "${project.name}: ${s}")
}
fun calculateClasspath(vararg allDependencies : List<IClasspathDependency>): List<IClasspathDependency> {