Skip to content

Commit

Permalink
Update start.go (openyurtio#721)
Browse files Browse the repository at this point in the history
add error log
  • Loading branch information
guoguodan authored Jan 20, 2022
1 parent 529384c commit 47628ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/yurt-tunnel-server/app/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 47628ec

Please sign in to comment.