mdbx-test: fix nops_completed type.

Change-Id: I9b9930bc26d4301d0da0fdf59bc70befc37e2f6a
This commit is contained in:
Leonid Yuriev
2020-05-25 00:50:06 +03:00
parent 4da4ab3650
commit 2c8f115400
4 changed files with 6 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ bool testcase_ttl::run() {
const unsigned window_width =
(!should_continue() || flipcoin_x4()) ? 0 : edge2window(salt);
unsigned head_count = edge2count(salt);
log_debug("ttl: step #%zu (serial %" PRIu64
log_debug("ttl: step #%" PRIu64 " (serial %" PRIu64
", window %u, count %u) salt %" PRIu64,
nops_completed, serial, window_width, head_count, salt);