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