mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-04 08:42:06 +08:00
mdbx: minor fix bad_page()
debug output.
Change-Id: I14531fdceaad054ad8c45bf9042fee73de1f9a36
This commit is contained in:
parent
dfc92d9f96
commit
966d7027a3
@ -583,7 +583,7 @@ __cold static int MDBX_PRINTF_ARGS(2, 3)
|
||||
if (prev != mp) {
|
||||
prev = mp;
|
||||
mdbx_debug_log(MDBX_LOG_ERROR, "badpage", 0,
|
||||
"corrupted page #%u, mod-txnid %" PRIaTXN " \n",
|
||||
"corrupted page #%u, mod-txnid %" PRIaTXN "\n",
|
||||
mp->mp_pgno, mp->mp_txnid);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user