mdbx-test: fix logging typo.

Change-Id: I0e6c71c62d5b0ff8939ff5b08645bb8347637bec
This commit is contained in:
Leonid Yuriev 2020-10-26 14:36:25 +03:00
parent 3fd079262c
commit 2120e396fc

View File

@ -87,7 +87,7 @@ int testcase::hsr_callback(const MDBX_env *env, const MDBX_txn *txn,
if (retry == 0)
log_notice("hsr_callback: waitfor pid %lu, thread %" PRIuPTR
", txn #%" PRIu64 ", gap %d, scape %zu",
", txn #%" PRIu64 ", gap %d, space %zu",
(long)pid, (size_t)tid, laggard, gap, space);
MDBX_envinfo info;