Skip to content
Snippets Groups Projects
Commit 97d40112 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix compile error

parent fac02603
No related branches found
No related tags found
No related merge requests found
...@@ -500,7 +500,7 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now, ...@@ -500,7 +500,7 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
} }
if (grpc_timer_check_trace) { if (grpc_timer_check_trace) {
gpr_log(GPR_DEBUG, gpr_log(GPR_DEBUG,
"TIMER CHECK SKIP: now_atm=%" PRId64 " min_timer=%" PRId64, "TIMER CHECK SKIP: now_atm=%" PRIdPTR " min_timer=%" PRIdPTR,
now_atm, min_timer); now_atm, min_timer);
} }
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment