debug output improved
This commit is contained in:
parent
f853f7d6dc
commit
d526e4d1db
6
main.go
6
main.go
@ -19,11 +19,11 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for file := range fsChan {
|
for file := range fsChan {
|
||||||
fmt.Println("file found:", file)
|
|
||||||
|
|
||||||
fileHandled := HandleFile(file)
|
fileHandled := HandleFile(file)
|
||||||
|
|
||||||
if !fileHandled {
|
if fileHandled {
|
||||||
|
fmt.Println("file handled:", file)
|
||||||
|
} else {
|
||||||
fmt.Println("file ignored:", file)
|
fmt.Println("file ignored:", file)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user