pull/5/head
Zlatin Balevsky 2019-06-18 05:46:16 +01:00
parent c698cbd737
commit 6a40787863
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class DirectoryWatcher {
def published = []
waitingFiles.each { file, timestamp ->
if (now - timestamp > WAIT_TIME) {
log.info("publishing file $file")
log.fine("publishing file $file")
eventBus.publish new FileSharedEvent(file : file)
published << file
}