mdbx: minor fix/clarify debug logging inside page_alloc_slowpath().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-07-08 23:13:44 +03:00
parent 9aa2aae93e
commit 9108a241a2

View File

@ -6907,7 +6907,7 @@ __cold static pgr_t page_alloc_slowpath(MDBX_cursor *mc, const pgno_t num,
if (head != steady && META_IS_STEADY(steady) &&
detent == constmeta_txnid(env, steady) + 1) {
mdbx_debug("gc-kick-steady: head %" PRIaTXN "-%s, tail %" PRIaTXN
"-%s, oldest %" PRIaTXN,
"-%s, detent %" PRIaTXN,
constmeta_txnid(env, head), mdbx_durable_str(head),
constmeta_txnid(env, steady), mdbx_durable_str(steady),
detent);