Skip to content

Commit

Permalink
Attempt influxdata#2
Browse files Browse the repository at this point in the history
  • Loading branch information
bielawb committed Mar 24, 2020
1 parent fb511ba commit a7fc503
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", err)
ac.maker.Log().Errorf("Error in plugin: %v E", s)
}

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

0 comments on commit a7fc503

Please sign in to comment.