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