summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 9b38238..4d9cdb4 100644
--- a/config.go
+++ b/config.go
@@ -28,7 +28,7 @@ func (all *Repos) ConfigSave() error {
log.Info("gitpb proto.Marshal() failed len", len(data), err)
return err
}
- log.Info("gitpb.ConfigSave() repos.Marshal() worked len", len(data))
+ log.Info("gitpb.ConfigSave() repos.Marshal() worked len", len(all.Repos), "repos")
configWrite("repos.pb", data)
return nil
}