summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/bytecomplens/bytecomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/bytecomplens/bytecomp.cpp')
-rw-r--r--searchlib/src/tests/bytecomplens/bytecomp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/bytecomplens/bytecomp.cpp b/searchlib/src/tests/bytecomplens/bytecomp.cpp
index 8d91116032d..adc92b0097d 100644
--- a/searchlib/src/tests/bytecomplens/bytecomp.cpp
+++ b/searchlib/src/tests/bytecomplens/bytecomp.cpp
@@ -92,7 +92,7 @@ Test::testRandomLengths()
offlen = foo.getOffLen(i);
if ((i % 1000000) == 0) {
- LOG(info, "data blob [%d] length %ld offset %ld", i, offlen.length, offlen.offset);
+ LOG(info, "data blob [%d] length %" PRIu64 " offset %" PRIu64, i, offlen.length, offlen.offset);
}
EXPECT_EQUAL(lentable[i], offlen.length);
EXPECT_EQUAL(offtable[i], offlen.offset);