Merge pull request #19945 from Clarifai/fix-formatting

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-09 16:05:00 -08:00
8 changed files with 9 additions and 9 deletions

View File

@@ -1449,7 +1449,7 @@ func (r *Runtime) GetPodStatus(uid types.UID, name, namespace string) (*kubecont
for _, pod := range listResp.Pods {
manifest, creationTime, restartCount, err := getPodInfo(pod)
if err != nil {
glog.Warning("rkt: Couldn't get necessary info from the rkt pod, (uuid %q): %v", pod.Id, err)
glog.Warningf("rkt: Couldn't get necessary info from the rkt pod, (uuid %q): %v", pod.Id, err)
continue
}