From a4b852c4050f00c2f9ef6dac779b0c5f5a71c610 Mon Sep 17 00:00:00 2001 From: Karthikeyan Govindaraj <30545166+gkarthiks@users.noreply.github.com> Date: Tue, 28 Jul 2020 18:23:24 +0530 Subject: [PATCH] Update util.go --- helper/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/util.go b/helper/util.go index cd26a9e..b4b6493 100644 --- a/helper/util.go +++ b/helper/util.go @@ -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", vaultPool) + log.Printf("Vault Pool data at the end of GetVault IPs %v", reflect.ValueOf(vaultPool.VaultBackends).MapKeys()) } // GetAttemptsFromContext returns the attempts for a request