mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Timings to log 3.
This commit is contained in:
parent
23d47e55bb
commit
08f5fcd04b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ private class Main @Inject constructor(
|
||||||
result = runTargetResult.exitCode
|
result = runTargetResult.exitCode
|
||||||
}
|
}
|
||||||
|
|
||||||
log(2, "Timings:\n " + runTargetResult.messages.joinToString("\n "))
|
log(3, "Timings:\n " + runTargetResult.messages.joinToString("\n "))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue