From 9bb2aa7d8f081e6af9e306e8b4e02423d32db2ce Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Tue, 21 Jun 2016 15:07:11 -0700 Subject: [PATCH] Fix log statement --- controllers/gce/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: