Fix log statement
This commit is contained in:
parent
6fa9fd2828
commit
9bb2aa7d8f
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ func getClusterUID(kubeClient *client.Client, name string) (string, error) {
|
||||||
|
|
||||||
existingUID, found, err := cfgVault.Get()
|
existingUID, found, err := cfgVault.Get()
|
||||||
if found {
|
if found {
|
||||||
glog.Infof("Using saved cluster uid %q", name)
|
glog.Infof("Using saved cluster uid %q", existingUID)
|
||||||
return existingUID, nil
|
return existingUID, nil
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
// This can fail because of:
|
// This can fail because of:
|
||||||
|
|
Loading…
Reference in a new issue