Skip to content
Snippets Groups Projects
Commit 2c12d506 authored by David G. Quintas's avatar David G. Quintas Committed by GitHub
Browse files

Merge pull request #11922 from dgquintas/fix_lb_policy_log_pointer

Fix wrong logging of LB policy addresses
parents 4260f285 84122c47
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ static gpr_atm ref_mutate(grpc_lb_policy *c, gpr_atm delta,
#ifndef NDEBUG
if (GRPC_TRACER_ON(grpc_trace_lb_policy_refcount)) {
gpr_log(file, line, GPR_LOG_SEVERITY_DEBUG,
"LB_POLICY: 0x%p %12s 0x%" PRIxPTR " -> 0x%" PRIxPTR " [%s]", c,
"LB_POLICY: %p %12s 0x%" PRIxPTR " -> 0x%" PRIxPTR " [%s]", c,
purpose, old_val, old_val + delta, reason);
}
#endif
......
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