diff --git a/app/services/work_flow_svc/step/crowdsourcing_step/crowdsourcing_step.go b/app/services/work_flow_svc/step/crowdsourcing_step/crowdsourcing_step.go index 2df7900b8427..689509149f32 100644 --- a/app/services/work_flow_svc/step/crowdsourcing_step/crowdsourcing_step.go +++ b/app/services/work_flow_svc/step/crowdsourcing_step/crowdsourcing_step.go @@ -26,7 +26,7 @@ func (c *crowdSourcingStep) processFlu(flu feed_line.FLU) { _, err := c.fluClient.PushFLU(flu.FeedLineUnit) if err != nil { - plog.Error("crowdsourcing step", err) + plog.Error("crowdsourcing step", err, flu.ID) } }