From 576fc94fef0ddb750b3f207fcd240ec700290856 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: Sun, 20 Apr 2025 22:48:23 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0?= =?UTF-8?q?=D1=82=D0=BA=D0=B8=20=D0=B2=20=D0=BB=D0=BE=D0=B3=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20(=D0=BA=D0=BE=D1=81?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D0=B8=D0=BA=D0=B0).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dxb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dxb.c b/src/dxb.c index 37ddcaa7..e18e28d0 100644 --- a/src/dxb.c +++ b/src/dxb.c @@ -1157,7 +1157,7 @@ int dxb_sync_locked(MDBX_env *env, unsigned flags, meta_t *const pending, troika if (!head.is_steady && meta_is_steady(pending)) target = (meta_t *)head.ptr_c; else { - NOTICE("skip update meta%" PRIaPGNO " for txn#%" PRIaTXN "since it is already steady", + NOTICE("skip update meta%" PRIaPGNO " for txn#%" PRIaTXN ", since it is already steady", data_page(head.ptr_c)->pgno, head.txnid); return MDBX_SUCCESS; }