mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
965d1709b1
commit
781128a7ea
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class BuildScriptUtil @Inject constructor(val plugins: Plugins, val files: KFile
|
|||
try {
|
||||
val r = method.invoke(null)
|
||||
if (r is Project) {
|
||||
log(2, "Found project $r in class $cls")
|
||||
log(2, "Found project ${r.name} in class $cls")
|
||||
projects.add(r)
|
||||
}
|
||||
} catch(ex: Throwable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue