mirror of https://github.com/grpc/grpc-go.git
grpc: remove excess new line from the log statement (#2766)
This commit is contained in:
parent
ee9f7f0c9a
commit
597a4aa027
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue