add more logging

This commit is contained in:
2023-06-09 16:46:46 -07:00
parent 867970a3ed
commit 219d8e8c81
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ func (a *Account) Receive() {
panic("channel closed")
}
log.Info("pushing message")
a.Push(m)
}
}