Skip to content

Commit

Permalink
Merge pull request cockroachdb#17 from crowdflux/himanshu-github
Browse files Browse the repository at this point in the history
logging fluID in some error
  • Loading branch information
himanshu144141 authored Aug 17, 2016
2 parents 3318e16 + 19bab9a commit 77ea907
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 77ea907

Please sign in to comment.