mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 07:13:53 +00:00
Add the missing arg in Errorf.
This commit is contained in:
parent
3cc2aa8f76
commit
73c8f41737
@ -295,7 +295,7 @@ func (kl *Kubelet) newActionHandler(handler *api.Handler) actionHandler {
|
||||
case handler.HTTPGet != nil:
|
||||
return &httpActionHandler{client: kl.httpClient, kubelet: kl}
|
||||
default:
|
||||
glog.Errorf("Invalid handler: %v")
|
||||
glog.Errorf("Invalid handler: %v", handler)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user