From 573aa408a15d181c90d1b311045fb2670c4984b4 Mon Sep 17 00:00:00 2001 From: freddygv Date: Thu, 13 Oct 2022 15:55:55 -0600 Subject: [PATCH] Lint --- agent/consul/leader_peering.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/consul/leader_peering.go b/agent/consul/leader_peering.go index c9f3394983..bfa24c6ce1 100644 --- a/agent/consul/leader_peering.go +++ b/agent/consul/leader_peering.go @@ -365,7 +365,7 @@ func (s *Server) establishStream(ctx context.Context, }), grpc.WithDefaultCallOptions(grpc.MaxCallSendMsgSize(50 * 1024 * 1024)), } - + logger.Trace("dialing peer", "addr", addr) conn, err := grpc.DialContext(streamCtx, addr, opts...)