Skip to content

Commit

Permalink
Attempt influxdata#3
Browse files Browse the repository at this point in the history
  • Loading branch information
bielawb committed Mar 24, 2020
1 parent a7fc503 commit bebeeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/accumulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (ac *accumulator) AddError(err error) {
if s == "No data to return." {
return
}
ac.maker.Log().Errorf("Error in plugin: %v E", s)
ac.maker.Log().Errorf("Error in plugin: %+v", err)
}

func (ac *accumulator) SetPrecision(precision time.Duration) {
Expand Down

0 comments on commit bebeeea

Please sign in to comment.