diff --git a/main.go b/main.go index d41f6c031..3a2a63153 100644 --- a/main.go +++ b/main.go @@ -183,7 +183,7 @@ func main() { if env.FlagsValidationEnabled { if err = (&corev1beta1.FeatureFlag{}).SetupWebhookWithManager(mgr); err != nil { - setupLog.Error(err, "unable to create webhook", "webhook", "FeatureFlag") + setupLog.Error(err, "unable to create the validation webhook for FeatureFlag CRD", "webhook", "FeatureFlag") os.Exit(1) } }