aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_chttp2_hpack.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-01 07:42:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-01 07:42:20 -0700
commit5f95f1a4caff51459b77b0d6890e396e16617b9e (patch)
tree282c7e47f5a5f1a62964a47473c51472f7df995c /test/cpp/microbenchmarks/bm_chttp2_hpack.cc
parentd35bb9ec62992cb01f44316a7267d39f1918149d (diff)
parentbd210c0bff6c8e52f49caa1cbc129359c24e2fbf (diff)
Merge github.com:grpc/grpc into cpparena
Diffstat (limited to 'test/cpp/microbenchmarks/bm_chttp2_hpack.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_chttp2_hpack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/bm_chttp2_hpack.cc b/test/cpp/microbenchmarks/bm_chttp2_hpack.cc
index 8fbfd0fa13..55d2d2f58d 100644
--- a/test/cpp/microbenchmarks/bm_chttp2_hpack.cc
+++ b/test/cpp/microbenchmarks/bm_chttp2_hpack.cc
@@ -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);
}
}