From f7121b1b56280ef219d5256979a293417a5250e0 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 19 Aug 2024 00:04:05 +0200 Subject: [PATCH] cindex: Log skipped files --- cmd/cindex/cindex.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cindex/cindex.go b/cmd/cindex/cindex.go index d82bf6c5b7..6b5839ae99 100644 --- a/cmd/cindex/cindex.go +++ b/cmd/cindex/cindex.go @@ -135,6 +135,7 @@ func main() { ix := index.Create(file) ix.Verbose = *verboseFlag + ix.LogSkip = true ix.Zip = *zipFlag ix.AddRoots(roots) for _, root := range roots {