Browse Source

Warn rather than Error

kegan/gh-explicit-unregister-webhooks
Kegan Dougal 8 years ago
parent
commit
8c6445183c
  1. 2
      src/github.com/matrix-org/go-neb/services/github/github_webhook.go

2
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.WithFields(log.Fields{
log.ErrorKey: err, log.ErrorKey: err,
"repo": r, "repo": r,
}).Error("Failed to remove webhook")
}).Warn("Failed to remove webhook")
} }
} }
} }

Loading…
Cancel
Save