update release log

This commit is contained in:
engigu
2024-01-14 14:07:51 +08:00
parent 3213dfa7ba
commit 86a53f679f
+1 -1
View File
@@ -38,7 +38,7 @@ func (sm *SendMessageService) LogsAndStatusMark(errStr string, status int) {
if status == SendFail {
sm.Status = SendFail
}
logrus.Error(fmt.Sprintf("%s, 状态:%d", errStr, status))
logrus.Infof("%s, 状态:%d", strings.Trim(errStr, "\n"), status)
}
// Send 发送一个消息任务的所有实例