From 910df2b2d2af60a53413f0c313db545eeb604c2b Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 30 Mar 2016 03:30:42 -0800 Subject: [PATCH] Log. --- .../src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt index bfab50cc..3ef32700 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt @@ -73,7 +73,7 @@ class KobaltAether @Inject constructor (val settings: KobaltSettings) { * Resolve the given Kobalt id. */ private fun doResolve(id: String): MaybeArtifact { - log(2, "Resolving $id") + log(3, "Resolving $id") val results = Aether(localRepo).resolve(DefaultArtifact(MavenId.toKobaltId(id))) if (results != null && results.size > 0) { return MaybeArtifact(