mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
0e0958e9f4
commit
2e58afa75c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class TaskManager @Inject constructor(val args: Args, val incrementalMana
|
|||
graph.addEdge(pluginTask, to)
|
||||
}
|
||||
} 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}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue