Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
mdbx-test: fix logging typo.
Browse files Browse the repository at this point in the history
Change-Id: I0e6c71c62d5b0ff8939ff5b08645bb8347637bec
  • Loading branch information
erthink committed Oct 26, 2020
1 parent 3fd0792 commit 2120e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2120e39

Please sign in to comment.