Fix vet-go.sh and some things it complained about

This commit is contained in:
Daniel Smith
2014-10-15 11:56:19 -07:00
parent 68a784439b
commit d4c750a878
4 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ func (fakePodInfoGetter) GetPodInfo(host, podNamespace, podID string) (api.PodIn
Port: 10251,
}
default:
glog.Fatalf("Can't get info for: '%v', '%v'", host, podNamespace, podID)
glog.Fatalf("Can't get info for: '%v', '%v - %v'", host, podNamespace, podID)
}
return c.GetPodInfo("localhost", podNamespace, podID)
}