mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #1636 from dchen1107/termination
Add the missing arg in Errorf.
This commit is contained in:
commit
9c0fafee39
@ -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