Commit bc04a16e authored by duanjinfei's avatar duanjinfei

update param parse

parent f4b1fcc0
......@@ -82,7 +82,7 @@ func SubmitResourceMapRes(params ...interface{}) *nodemanagerV1.WorkerMessage {
taskIdIndex := taskIdIndexes[i]
err := b.Set(taskIdIndex)
if err != nil {
log.WithField("taskId index", i).Error("Error setting task id index")
log.WithField("taskId index", taskIdIndex).WithField("error", err).Error("Error setting task id index")
return nil
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment