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 2016-04-14 22:38:11 -08:00
parent a38889e94f
commit d0187f5c68

View file

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