aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-04-12 08:56:40 +0200
committerGravatar GitHub <noreply@github.com>2018-04-12 08:56:40 +0200
commit749f923c5b1bf77a5867088bfdd927b9af5b3fb2 (patch)
tree876e11ce59312975a537ceafe9575126bc0adca6 /test/core/surface
parentc510bc151cad7f4027ab8379a10d48dcb1a4cfe0 (diff)
parent3095e350ac96a7fa043dd645e04834a80d165c13 (diff)
Merge pull request #14945 from ara-ayvazyan/improve_log_perf
Avoid low severity log message construction
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c
index 866bee5b2f..b39ab352c6 100644
--- a/test/core/surface/public_headers_must_be_c89.c
+++ b/test/core/surface/public_headers_must_be_c89.c
@@ -243,6 +243,7 @@ int main(int argc, char **argv) {
printf("%lx", (unsigned long) gpr_cpu_current_cpu);
printf("%lx", (unsigned long) gpr_log_severity_string);
printf("%lx", (unsigned long) gpr_log);
+ printf("%lx", (unsigned long) gpr_should_log);
printf("%lx", (unsigned long) gpr_log_message);
printf("%lx", (unsigned long) gpr_set_log_verbosity);
printf("%lx", (unsigned long) gpr_log_verbosity_init);