xds: Update an error log message. (#3429)
This commit is contained in:

committed by
GitHub

parent
3211773f0f
commit
d179e8f5cd
@ -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) {
|
||||
|
Reference in New Issue
Block a user