mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Merge pull request #1636 from dchen1107/termination
Add the missing arg in Errorf.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user