From 28ed175979970385715b89921a9c1368500be79d Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 13 Mar 2017 12:37:59 -0700 Subject: [PATCH] Redundant. --- src/main/kotlin/com/beust/kobalt/app/BuildScriptUtil.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/app/BuildScriptUtil.kt b/src/main/kotlin/com/beust/kobalt/app/BuildScriptUtil.kt index 9e913779..55f980f8 100644 --- a/src/main/kotlin/com/beust/kobalt/app/BuildScriptUtil.kt +++ b/src/main/kotlin/com/beust/kobalt/app/BuildScriptUtil.kt @@ -80,7 +80,7 @@ class BuildScriptUtil @Inject constructor(val plugins: Plugins, val files: KFile try { val r = method.invoke(null) if (r is Project) { - kobaltLog(2, "Found project ${r.name} in class $cls") + kobaltLog(2, "Found project ${r.name} in $cls") projects.add(r) } } catch(ex: Throwable) {