Update log message.

This commit is contained in:
François de Metz 2016-05-25 19:42:28 +02:00 committed by Cyril Duez
parent 57a12fd52f
commit 58b7c43ced
1 changed files with 1 additions and 1 deletions

View File

@ -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
}