mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Less chatty.
This commit is contained in:
parent
374c8960dc
commit
f5d861db67
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ sealed class IFileSpec {
|
|||
val path = p.normalize()
|
||||
val rel = orgRootDir.relativize(path)
|
||||
if (isIncluded(includes, excludes, path)) {
|
||||
log(2, " including file " + rel.toFile() + " from rootDir $rootDir")
|
||||
log(3, " including file " + rel.toFile() + " from rootDir $rootDir")
|
||||
result.add(rel.toFile())
|
||||
}
|
||||
return FileVisitResult.CONTINUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue