1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00
This commit is contained in:
Cedric Beust 2016-04-01 02:36:19 -08:00
parent 0e0958e9f4
commit 2e58afa75c

View file

@ -130,7 +130,7 @@ public class TaskManager @Inject constructor(val args: Args, val incrementalMana
graph.addEdge(pluginTask, to) graph.addEdge(pluginTask, to)
} }
} else { } else {
log(1, "Couldn't find node $it: not applicable to project ${project.name}") log(2, "Couldn't find node $it: not applicable to project ${project.name}")
} }
} }
} }