Skip to content

Commit

Permalink
xds: Update an error log message. (grpc#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Mar 6, 2020
1 parent 3211773 commit d179e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/balancer/edsbalancer/eds.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (x *edsBalancer) HandleSubConnStateChange(sc balancer.SubConn, state connec
}

func (x *edsBalancer) HandleResolvedAddrs(addrs []resolver.Address, err error) {
x.logger.Errorf("UpdateResolverState should be called instead of HandleResolvedAddrs")
x.logger.Errorf("UpdateClientConnState should be called instead of HandleResolvedAddrs")
}

func (x *edsBalancer) UpdateSubConnState(sc balancer.SubConn, state balancer.SubConnState) {
Expand Down

0 comments on commit d179e8f

Please sign in to comment.