[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log

pull/36550/head
tanvi-jagtap 11 months ago
parent 68e94b8e86
commit b2cf57fca0
  1. 3
      test/cpp/end2end/xds/xds_server.h

@ -316,8 +316,7 @@ class AdsServiceImpl
}
if (response.has_value()) {
LOG(INFO) << "ADS[" << debug_label_
<< "]: Sending update response: " << response->DebugString()
;
<< "]: Sending update response: " << response->DebugString();
stream->Write(response.value());
}
{

Loading…
Cancel
Save