From 2b5d7ed29a3ac90124ae40d02d763b67b47b22f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Mon, 19 Aug 2024 08:43:33 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BD?= =?UTF-8?q?=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=20=D1=82=D1=80=D0=B0=D0=BD=D0=B7?= =?UTF-8?q?=D0=B0=D0=BA=D1=86=D0=B8=D0=B8=20=D0=BF=D1=80=D0=B8=20=D1=81?= =?UTF-8?q?=D0=B8=D1=82=D1=83=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=BA=D0=BB=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B2?= =?UTF-8?q?=D0=BD=D1=83=D1=82=D1=80=D0=B8=20`gc=5Fupdate()`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gc-put.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gc-put.c b/src/gc-put.c index e5a036d9..a9388143 100644 --- a/src/gc-put.c +++ b/src/gc-put.c @@ -611,7 +611,8 @@ retry: MDBX_ENABLE_REFUND)); tASSERT(txn, dpl_check(txn)); if (unlikely(/* paranoia */ ctx->loop > ((MDBX_DEBUG > 0) ? 12 : 42))) { - ERROR("too more loops %u, bailout", ctx->loop); + ERROR("txn #%" PRIaTXN " too more loops %u, bailout", txn->txnid, + ctx->loop); rc = MDBX_PROBLEM; goto bailout; }