diff --git a/plugins/inputs/rollbar_webhooks/rollbar_webhooks.go b/plugins/inputs/rollbar_webhooks/rollbar_webhooks.go index 7e6d36fbe..7220a7546 100644 --- a/plugins/inputs/rollbar_webhooks/rollbar_webhooks.go +++ b/plugins/inputs/rollbar_webhooks/rollbar_webhooks.go @@ -53,7 +53,7 @@ func (rb *RollbarWebhooks) Gather(acc telegraf.Accumulator) error { func (rb *RollbarWebhooks) Register(r *mux.Router, _ telegraf.Accumulator) error { r.HandleFunc(rb.Path, rb.eventHandler).Methods("POST") - log.Printf("Register the rollbar_webhooks router on %s\n", rb.Path) + log.Printf("Registering rollbar_webhooks on %s\n", rb.Path) return nil }