1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-08 10:51:47 -08:00
parent 035fec8638
commit 46eb67f668

View file

@ -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>> {