mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 15:20:17 +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:
|
case handler.HTTPGet != nil:
|
||||||
return &httpActionHandler{client: kl.httpClient, kubelet: kl}
|
return &httpActionHandler{client: kl.httpClient, kubelet: kl}
|
||||||
default:
|
default:
|
||||||
glog.Errorf("Invalid handler: %v")
|
glog.Errorf("Invalid handler: %v", handler)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user