summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 10:11:49 -0600
committerJeff Carr <[email protected]>2025-01-08 10:11:49 -0600
commit6c5a8581257404b80e019e6f1ae4157994c06acc (patch)
treeb847cbd8793e4670161d0dc4e8d4899200379d7d /config.go
parent0ca1240c7556829d0a43b58a5ea608b6b71e79aa (diff)
minor
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
}