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

pull/36677/head
tanvi-jagtap 9 months ago
parent a16b34d947
commit dfb803ebff
  1. 2
      test/cpp/end2end/connection_attempt_injector.cc

@ -258,7 +258,7 @@ void ConnectionAttemptInjector::Hold::WaitForCompletion() {
while (original_on_complete_ != nullptr) {
complete_cv_.Wait(&injector_->mu_);
}
LOG(INFO) << "=== CONNECTION COMPLETED ON PORT " << port_;
LOG(INFO) << "=== CONNECTION COMPLETED ON PORT " << port_ << " ===";
}
bool ConnectionAttemptInjector::Hold::IsStarted() {

Loading…
Cancel
Save