mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
修复日志级别,将超时解锁操作的日志级别从错误更改为信息,以提高日志的准确性和可读性。
This commit is contained in:
@@ -60,7 +60,7 @@ export function lockOperating(
|
||||
timers[type] = setTimeout(() => {
|
||||
locks[type] = false;
|
||||
pendings[type] = null;
|
||||
log("error", `${type} 操作超时自动解锁`);
|
||||
log("info", `${type} 操作超时自动解锁`);
|
||||
}, timeout);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user