summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
Diffstat (limited to 'rill.go')
-rw-r--r--rill.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rill.go b/rill.go
index bd25d4e..3f0bab7 100644
--- a/rill.go
+++ b/rill.go
@@ -188,6 +188,7 @@ func (f *Forge) RunOnReposSlow(repos *gitpb.Repos, rillf func(*gitpb.Repo) error
failed := gitpb.NewRepos()
counter := 1
for repo := range repos.IterAll() {
+ log.Info("Starting Slow() on", repo.FullPath)
err := rillf(repo)
if err == nil {
continue