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

Better uploading message.

This commit is contained in:
Cedric Beust 2015-10-14 23:35:26 -07:00
parent d4ea37bd81
commit 62f072d6de
7 changed files with 80 additions and 58 deletions

View file

@ -34,7 +34,7 @@ public class DynamicGraphTest {
override val priority = 0
override fun call() : TaskResult2<T> {
log(2, "Running node $n")
KobaltLogger.log(2, "Running node $n")
runNodes.add(n)
return TaskResult2(errorFunction(n), n)
}