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

pull/36577/head
tanvi-jagtap 7 months ago
parent 27a1439b0f
commit b82e831db1
  1. 2
      test/core/bad_client/bad_client.cc

@ -22,11 +22,11 @@
#include <limits.h>
#include "absl/log/check.h"
#include "absl/log/log.h"
#include <grpc/impl/channel_arg_names.h>
#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/time.h>

Loading…
Cancel
Save