Skip to content

Commit

Permalink
Update util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarthiks authored Jul 28, 2020
1 parent 82ffd1a commit 7c329d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func GetVaultIPsFromLabelSelectors(vaultPool *types.VaultPool) {
log.Infof("Finalized pods discovery process with label selector. Obtained the IP Address %v", reflect.ValueOf(globals.VaultIPList).MapKeys())
}

log.Printf("Vault Pool data at the end of GetVault IPs %v", reflect.ValueOf(vaultPool.VaultBackends).MapKeys())
log.Printf("Vault Pool data at the end of GetVault IPs %v", reflect.ValueOf(&vaultPool.VaultBackends).MapKeys())
}

// GetAttemptsFromContext returns the attempts for a request
Expand Down

0 comments on commit 7c329d3

Please sign in to comment.