diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 10:11:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 10:11:49 -0600 |
| commit | 6c5a8581257404b80e019e6f1ae4157994c06acc (patch) | |
| tree | b847cbd8793e4670161d0dc4e8d4899200379d7d /config.go | |
| parent | 0ca1240c7556829d0a43b58a5ea608b6b71e79aa (diff) | |
minor
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
