Skip to content

Commit

Permalink
[Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed Jun 28, 2024
1 parent f3fd4a9 commit f31ba8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7166,7 +7166,7 @@ grpc_cc_library(
"ext/transport/inproc/legacy_inproc_transport.h",
],
external_deps = [
"absl/log",
"absl/log:log",
"absl/log:check",
"absl/status",
"absl/status:statusor",
Expand Down Expand Up @@ -7959,6 +7959,7 @@ grpc_cc_library(
],
external_deps = [
"absl/log:check",
"absl/log:log",
"absl/random",
"absl/random:bit_gen_ref",
"absl/status",
Expand Down

0 comments on commit f31ba8c

Please sign in to comment.