mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
a38889e94f
commit
d0187f5c68
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class TaskManager @Inject constructor(val args: Args,
|
|||
//
|
||||
// Now that we have a full graph, run it
|
||||
//
|
||||
log(1, "About to run graph:\n ${graph.dump()} ")
|
||||
log(2, "About to run graph:\n ${graph.dump()} ")
|
||||
|
||||
val factory = object : IThreadWorkerFactory<PluginTask> {
|
||||
override fun createWorkers(nodes: List<PluginTask>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue