xds: Fix dumb reversed conditional in log message

pull/22432/head
Mark D. Roth 5 years ago
parent d3e51a0fbf
commit 5cd4f8140e
  1. 2
      src/core/ext/filters/client_channel/xds/xds_client.cc

@ -894,7 +894,7 @@ void XdsClient::ChannelState::AdsCallState::AcceptLdsUpdate(
"[xds_client %p] LDS update received: route_config_name=%s, "
"cluster_name=%s",
xds_client(),
(lds_update->route_config_name.empty()
(!lds_update->route_config_name.empty()
? lds_update->route_config_name.c_str()
: "<inlined>"),
(lds_update->rds_update.has_value()

Loading…
Cancel
Save