diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 08:55:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 08:55:59 -0500 |
| commit | e6737ba6357622807cac01c30710f19a668f452f (patch) | |
| tree | 73970ff16ccc326ccf9bcdb4c8dae646cf46cc1d /main.go | |
| parent | 249c2a97b8b5d535cda6e03d8d38374bc90e53d6 (diff) | |
fix log output
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ func main() { for _, newChat := range newChats.GetChats() { me.chats.AppendByUuid(newChat) + log.Info("Attempting to add chat", newChat.ChatName) } me.chats.ConfigSave() |
