mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
log
This commit is contained in:
@@ -108,7 +108,7 @@ func (och *OnlineHistoryConsumerHandler) Run(channelID int) {
|
||||
for _, v := range msgList {
|
||||
log.Debug(triggerID, "msg come to storage center", v.String())
|
||||
if v.MsgData == nil {
|
||||
log.NewWarn(triggerID, "msg come to storage center nil", v.String())
|
||||
log.NewWarn(triggerID, "msg come to storage center nil", v.String(), v.OperationID)
|
||||
continue
|
||||
}
|
||||
isHistory := utils.GetSwitchFromOptions(v.MsgData.Options, constant.IsHistory)
|
||||
|
||||
Reference in New Issue
Block a user