mdbx: minor fix bad_page() debug output.

Change-Id: I14531fdceaad054ad8c45bf9042fee73de1f9a36
This commit is contained in:
Leonid Yuriev 2021-01-10 14:39:56 +03:00
parent dfc92d9f96
commit 966d7027a3

View File

@ -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);
}