summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 40811a1..9e1daa2 100644
--- a/main.go
+++ b/main.go
@@ -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()