From 91eeb6f275734a13c2ef370d0206e772e15ced24 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Fri, 30 Jun 2023 13:43:33 +0200 Subject: [PATCH] consul debug --- consul/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/discovery.go b/consul/discovery.go index 2febcc4..b2fb551 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -112,7 +112,7 @@ func (s *Service) Connect() (*connect.Service, error) { s.connect = svc cnf := svc.ServerTLSConfig() for k, c := range cnf.Certificates { - fmt.Printf("CONNECT CERT %s: %v", k, c) + fmt.Printf("CONNECT CERT %d: %v", k, c) } return svc, err