Update log message.
This commit is contained in:
parent
57a12fd52f
commit
58b7c43ced
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue