diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-29 16:46:13 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-29 16:46:13 -0700 |
commit | 97d401128bf00254ab626b86dfebef4289e6369c (patch) | |
tree | 39d0a1f711da87fc3bb1819d62b6b45188b02c99 /src/core/lib | |
parent | fac02603a82f16b9b1865cbc66fab00ead0fe701 (diff) |
Fix compile error
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/iomgr/timer_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/timer_generic.c b/src/core/lib/iomgr/timer_generic.c index e3e0e7fc3f..c7ce76ad93 100644 --- a/src/core/lib/iomgr/timer_generic.c +++ b/src/core/lib/iomgr/timer_generic.c @@ -500,7 +500,7 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now, } if (grpc_timer_check_trace) { 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); } return 0; |