From 597a4aa0270ff47b1e7e74cd3ef75579c63d20bb Mon Sep 17 00:00:00 2001 From: Can Guler Date: Thu, 11 Apr 2019 14:31:07 -0700 Subject: [PATCH] grpc: remove excess new line from the log statement (#2766) --- balancer_v1_wrapper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balancer_v1_wrapper.go b/balancer_v1_wrapper.go index 29bda6353..c23ea1689 100644 --- a/balancer_v1_wrapper.go +++ b/balancer_v1_wrapper.go @@ -120,7 +120,7 @@ func (bw *balancerWrapper) lbWatcher() { } for addrs := range notifyCh { - grpclog.Infof("balancerWrapper: got update addr from Notify: %v\n", addrs) + grpclog.Infof("balancerWrapper: got update addr from Notify: %v", addrs) if bw.pickfirst { var ( oldA resolver.Address