set debounce enqueue log to debug
All checks were successful
go/folderwatcher/pipeline/head This commit looks good
All checks were successful
go/folderwatcher/pipeline/head This commit looks good
This commit is contained in:
parent
e4852b7cc7
commit
7a8c27dc4e
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ func (w *FolderWatcher) enqueue(f string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *FolderWatcher) enqueueDebounce(f string) {
|
func (w *FolderWatcher) enqueueDebounce(f string) {
|
||||||
logger.Infof("Debounced Enqueue of %s", f)
|
logger.Debugf("Debounced Enqueue of %s", f)
|
||||||
w.mutex.Lock()
|
w.mutex.Lock()
|
||||||
defer w.mutex.Unlock()
|
defer w.mutex.Unlock()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue