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:
parent
d4ea37bd81
commit
62f072d6de
7 changed files with 80 additions and 58 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue