aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/pkg.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/pkg.go')
-rw-r--r--internal/pkg/pkg.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go
index 738eb5c0..c8e36996 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)