mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Log.
This commit is contained in:
parent
6f17fd8685
commit
f921670066
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class KFiles {
|
||||||
}
|
}
|
||||||
ex.forEach {
|
ex.forEach {
|
||||||
if (it.matches(Paths.get(file))) {
|
if (it.matches(Paths.get(file))) {
|
||||||
log(2, "Excluding $file")
|
log(3, "Excluding $file")
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue