diff --git a/src/github.com/matrix-org/go-neb/services/github/github_webhook.go b/src/github.com/matrix-org/go-neb/services/github/github_webhook.go index 1cddd57..4feeac2 100644 --- a/src/github.com/matrix-org/go-neb/services/github/github_webhook.go +++ b/src/github.com/matrix-org/go-neb/services/github/github_webhook.go @@ -189,7 +189,7 @@ func (s *githubWebhookService) PostRegister(oldService types.Service) { log.WithFields(log.Fields{ log.ErrorKey: err, "repo": r, - }).Error("Failed to remove webhook") + }).Warn("Failed to remove webhook") } } }