mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix mismatched arg and formatter in Errorf
This commit is contained in:
parent
2dde76bd03
commit
4dd3094035
@ -75,7 +75,7 @@ func (r *HealthyRegistry) ListMinions(ctx api.Context) (currentMinions *api.Mini
|
||||
for _, minion := range list.Items {
|
||||
status, err := health.DoHTTPCheck(r.makeMinionURL(minion.ID), r.client)
|
||||
if err != nil {
|
||||
glog.Errorf("%s failed health check with error: %s", minion, err)
|
||||
glog.Errorf("%#v failed health check with error: %s", minion, err)
|
||||
continue
|
||||
}
|
||||
if status == health.Healthy {
|
||||
|
Loading…
Reference in New Issue
Block a user