|
|
@ -260,7 +260,7 @@ class ClientChannel::SubchannelWrapper::WatcherWrapper |
|
|
|
<< subchannel_wrapper_.get() << " subchannel " |
|
|
|
<< subchannel_wrapper_.get() << " subchannel " |
|
|
|
<< subchannel_wrapper_->subchannel_.get() |
|
|
|
<< subchannel_wrapper_->subchannel_.get() |
|
|
|
<< " watcher=" << watcher_.get() |
|
|
|
<< " watcher=" << watcher_.get() |
|
|
|
<< "state=" << ConnectivityStateName(state) << " status=" << status; |
|
|
|
<< " state=" << ConnectivityStateName(state) << " status=" << status; |
|
|
|
absl::optional<absl::Cord> keepalive_throttling = |
|
|
|
absl::optional<absl::Cord> keepalive_throttling = |
|
|
|
status.GetPayload(kKeepaliveThrottlingKey); |
|
|
|
status.GetPayload(kKeepaliveThrottlingKey); |
|
|
|
if (keepalive_throttling.has_value()) { |
|
|
|
if (keepalive_throttling.has_value()) { |
|
|
|