From 252bd76640a311242360d730456b4f94ff1115dc Mon Sep 17 00:00:00 2001 From: discountry Date: Fri, 26 Sep 2025 11:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E7=BA=A7?= =?UTF-8?q?=E5=88=AB=EF=BC=8C=E5=B0=86=E8=B6=85=E6=97=B6=E8=A7=A3=E9=94=81?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=9A=84=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E4=BB=8E=E9=94=99=E8=AF=AF=E6=9B=B4=E6=94=B9=E4=B8=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E4=BB=A5=E6=8F=90=E9=AB=98=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=9A=84=E5=87=86=E7=A1=AE=E6=80=A7=E5=92=8C=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/order-coordinator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/order-coordinator.ts b/src/core/order-coordinator.ts index 2f9cda8..cb3046a 100644 --- a/src/core/order-coordinator.ts +++ b/src/core/order-coordinator.ts @@ -60,7 +60,7 @@ export function lockOperating( timers[type] = setTimeout(() => { locks[type] = false; pendings[type] = null; - log("error", `${type} 操作超时自动解锁`); + log("info", `${type} 操作超时自动解锁`); }, timeout); }