From 3346face4c1b5262e3af8f394f3c75729391ad6b Mon Sep 17 00:00:00 2001 From: tanvi-jagtap Date: Fri, 21 Jun 2024 16:29:15 +0000 Subject: [PATCH] [Gpr_To_Absl_Logging] Remove gpr_log_severity_string --- tools/run_tests/sanity/banned_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/sanity/banned_functions.py b/tools/run_tests/sanity/banned_functions.py index 5fba297e21c..2375503454b 100755 --- a/tools/run_tests/sanity/banned_functions.py +++ b/tools/run_tests/sanity/banned_functions.py @@ -50,7 +50,7 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "./src/ruby/ext/grpc/rb_grpc_imports.generated.h", "./test/core/end2end/tests/no_logging.cc", ], - "gpr_log_severity_string(": [], + "gpr_log_severity_string": [], "gpr_log(": [ "./include/grpc/support/log.h", "./src/core/ext/filters/backend_metrics/backend_metric_filter.cc",