test cron

This commit is contained in:
wangchuxiao
2022-11-02 11:40:55 +08:00
parent 9182f15ee0
commit d391a4d023
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func deleteMongoMsg(operationID string, ID string, index int64, delMsgIDList *[]
if err != nil || msgs.UID == "" {
if err != nil {
if err == db.ErrMsgListNotExist {
log.NewDebug(operationID, utils.GetSelfFuncName(), ID, index, err.Error())
log.NewDebug(operationID, utils.GetSelfFuncName(), "ID:", ID, "index:", index, err.Error())
} else {
log.NewError(operationID, utils.GetSelfFuncName(), "GetUserMsgListByIndex failed", err.Error(), index, ID)
}