From 1dd12c084a8c841dc4314a98ecf70f53bbf322a4 Mon Sep 17 00:00:00 2001 From: Sree Kuchibhotla Date: Wed, 11 Apr 2018 18:05:48 -0700 Subject: Fix some more formatting issues --- src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/core/ext/filters/client_channel/lb_policy') diff --git a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc index 0b2a30818e..79deb0ab83 100644 --- a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +++ b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc @@ -774,7 +774,7 @@ void GrpcLb::BalancerCallState::OnBalancerMessageReceivedLocked( if (grpc_lb_glb_trace.enabled()) { gpr_log(GPR_INFO, "[grpclb %p] Received initial LB response message; " - "client load reporting interval = %" PRIdPTR " milliseconds", + "client load reporting interval = %" PRId64 " milliseconds", grpclb_policy, lb_calld->client_stats_report_interval_); } } else if (grpc_lb_glb_trace.enabled()) { @@ -1412,9 +1412,8 @@ void GrpcLb::StartBalancerCallRetryTimerLocked() { gpr_log(GPR_DEBUG, "[grpclb %p] Connection to LB server lost...", this); grpc_millis timeout = next_try - ExecCtx::Get()->Now(); if (timeout > 0) { - gpr_log(GPR_DEBUG, - "[grpclb %p] ... retry_timer_active in %" PRIuPTR "ms.", this, - timeout); + gpr_log(GPR_DEBUG, "[grpclb %p] ... retry_timer_active in %" PRId64 "ms.", + this, timeout); } else { gpr_log(GPR_DEBUG, "[grpclb %p] ... retry_timer_active immediately.", this); -- cgit v1.2.3