mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
pkg/kubelet: capitalize message in print
This commit is contained in:
parent
da6d1da12d
commit
edc926ffcb
@ -74,7 +74,7 @@ func (h *httpActionHandler) Run(podFullName string, uid types.UID, container *ap
|
||||
if len(host) == 0 {
|
||||
status, err := h.kubelet.GetPodStatus(podFullName, uid)
|
||||
if err != nil {
|
||||
glog.Errorf("unable to get pod info, event handlers may be invalid.")
|
||||
glog.Errorf("Unable to get pod info, event handlers may be invalid.")
|
||||
return err
|
||||
}
|
||||
netInfo, found := status.Info[dockertools.PodInfraContainerName]
|
||||
|
Loading…
Reference in New Issue
Block a user