updating logging
This commit is contained in:
@@ -52,7 +52,7 @@ func (a *Account) Receive() {
|
||||
panic("channel closed")
|
||||
}
|
||||
|
||||
log.Info("pushing message")
|
||||
log.Infoln("pushing message")
|
||||
a.Push(m)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user