diff --git a/controllers/gce/main.go b/controllers/gce/main.go index fa53fde94..5150c189b 100644 --- a/controllers/gce/main.go +++ b/controllers/gce/main.go @@ -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: