diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 738eb5c..c8e3699 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -1111,6 +1111,7 @@ func (c *Cache) Cure(a Artifact) ( } n++ } + c.msg.Verbosef("visited %d artifacts", n) } return c.cure(a)