updating logging

This commit is contained in:
2023-06-09 16:53:25 -07:00
parent 219d8e8c81
commit 4455b3467c
2 changed files with 2 additions and 2 deletions

View File

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