diff --git a/server/scanner/scanner.go b/server/scanner/scanner.go index eda3e11e..ecaa9d78 100644 --- a/server/scanner/scanner.go +++ b/server/scanner/scanner.go @@ -92,6 +92,7 @@ func (s *Scanner) scan(c *collected, isFull bool) error { return nil }, PostChildrenCallback: func(itemPath string, _ *godirwalk.Dirent) error { + log.Printf("processing folder `%s`", itemPath) return s.callback(c, isFull, musicPath, itemPath) }, Unsorted: !s.sorted,