Skip to content

Commit

Permalink
logging fluID in some error
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu144141 committed Aug 17, 2016
1 parent c5652a5 commit 19bab9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 19bab9a

Please sign in to comment.