Fix log statement

This commit is contained in:
Prashanth Balasubramanian 2016-06-21 15:07:11 -07:00
parent 6fa9fd2828
commit 9bb2aa7d8f

View file

@ -248,7 +248,7 @@ func getClusterUID(kubeClient *client.Client, name string) (string, error) {
existingUID, found, err := cfgVault.Get()
if found {
glog.Infof("Using saved cluster uid %q", name)
glog.Infof("Using saved cluster uid %q", existingUID)
return existingUID, nil
} else if err != nil {
// This can fail because of: