summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 01:58:26 -0500
committerJeff Carr <[email protected]>2025-08-22 01:58:26 -0500
commit80090152a19af0e93fefe738b0bbebc912010e29 (patch)
treef12279af6941a6f0e3c13c28986605f581ce0068 /config.go
parent4fd6fd81d352cdec499616485879b1ac48b6f198 (diff)
make chat entries
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 6a2b096..a7c79fe 100644
--- a/config.go
+++ b/config.go
@@ -56,7 +56,7 @@ func (all *Chats) ConfigSave() error {
}
return err
}
- if err := configWrite("gemini.pb", data); err != nil {
+ if err := configWrite("gemini.pb", data); err != nil {
log.Infof("chatpb.ConfigSave() failed len(Chats)=%d bytes=%d", len(cleanChats.Chats), len(data))
return err
}