aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support')
-rw-r--r--test/core/support/mpscq_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/mpscq_test.c b/test/core/support/mpscq_test.c
index 4357a7c353..0b4bc254e2 100644
--- a/test/core/support/mpscq_test.c
+++ b/test/core/support/mpscq_test.c
@@ -109,7 +109,7 @@ static void test_mt(void) {
if (tn->i == THREAD_ITERATIONS) num_done++;
gpr_free(tn);
}
- gpr_log(GPR_DEBUG, "spins: %d", spins);
+ gpr_log(GPR_DEBUG, "spins: %" PRIdPTR, spins);
for (size_t i = 0; i < GPR_ARRAY_SIZE(thds); i++) {
gpr_thd_join(thds[i]);
}