mirror of https://github.com/zlatinb/muwire
fine log
parent
c698cbd737
commit
6a40787863
|
@ -120,7 +120,7 @@ class DirectoryWatcher {
|
||||||
def published = []
|
def published = []
|
||||||
waitingFiles.each { file, timestamp ->
|
waitingFiles.each { file, timestamp ->
|
||||||
if (now - timestamp > WAIT_TIME) {
|
if (now - timestamp > WAIT_TIME) {
|
||||||
log.info("publishing file $file")
|
log.fine("publishing file $file")
|
||||||
eventBus.publish new FileSharedEvent(file : file)
|
eventBus.publish new FileSharedEvent(file : file)
|
||||||
published << file
|
published << file
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue