diff --git a/cmd/yurt-tunnel-server/app/start.go b/cmd/yurt-tunnel-server/app/start.go index 749cc293a7e..28f123c7dae 100644 --- a/cmd/yurt-tunnel-server/app/start.go +++ b/cmd/yurt-tunnel-server/app/start.go @@ -116,6 +116,7 @@ func Run(cfg *config.CompletedConfig, stopCh <-chan struct{}) error { mInitializer := initializer.NewMiddlewareInitializer(cfg.SharedInformerFactory) wrappers, err := wraphandler.InitHandlerWrappers(mInitializer) if err != nil { + klog.Errorf("failed to init handler wrappers, %v", err) return err }