Skip to content

Commit

Permalink
client.go: fix typo in debug message (#7340)
Browse files Browse the repository at this point in the history
Fix double spaces in the message
  • Loading branch information
cyrilleverrier authored and ruflin committed Jun 15, 2018
1 parent 60a6c08 commit 2d458f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/outputs/elasticsearch/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (client *Client) publishEvents(
return data, sendErr
}

debugf("PublishEvents: %d events have been published to elasticsearch in %v.",
debugf("PublishEvents: %d events have been published to elasticsearch in %v.",
len(data),
time.Now().Sub(begin))

Expand Down

0 comments on commit 2d458f2

Please sign in to comment.