Improve msgStore.Append log message wording
This commit is contained in:
parent
8b7df6dd46
commit
d7f7e351af
@ -2041,7 +2041,7 @@ func (uc *upstreamConn) appendLog(entity string, msg *irc.Message) (msgID string
|
|||||||
|
|
||||||
msgID, err := uc.user.msgStore.Append(&uc.network.Network, entityCM, msg)
|
msgID, err := uc.user.msgStore.Append(&uc.network.Network, entityCM, msg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
uc.logger.Printf("failed to log message: %v", err)
|
uc.logger.Printf("failed to append message to store: %v", err)
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user