Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit c314072

Browse files
committed
Fix log statement
1 parent bf27253 commit c314072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingress/controllers/gce/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func getClusterUID(kubeClient *client.Client, name string) (string, error) {
248248

249249
existingUID, found, err := cfgVault.Get()
250250
if found {
251-
glog.Infof("Using saved cluster uid %q", name)
251+
glog.Infof("Using saved cluster uid %q", existingUID)
252252
return existingUID, nil
253253
} else if err != nil {
254254
// This can fail because of:

0 commit comments

Comments
 (0)