Skip to content
Snippets Groups Projects
Commit 4beb7f2b authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #10401 from ctiller/fx

Fix build on mac
parents eb661125 83643bd5
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ static void BM_HpackEncoderEncodeHeader(benchmark::State &state) {
logged_representative_output = true;
for (size_t i = 0; i < outbuf.count; i++) {
char *s = grpc_dump_slice(outbuf.slices[i], GPR_DUMP_HEX);
gpr_log(GPR_DEBUG, "%" PRId64 ": %s", i, s);
gpr_log(GPR_DEBUG, "%" PRIdPTR ": %s", i, s);
gpr_free(s);
}
}
......
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