From 7c329d3bd1f626eafbaa6d227134fe53c2eb48b7 Mon Sep 17 00:00:00 2001 From: Karthikeyan Govindaraj <30545166+gkarthiks@users.noreply.github.com> Date: Tue, 28 Jul 2020 18:35:04 +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 b4b6493..494b3f7 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", 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