修复 #1 bug后将临时调试日志添加英文版本
This commit is contained in:
@@ -422,7 +422,7 @@ local function executeItemTask(task, taskIndex)
|
||||
local attempts = 0
|
||||
|
||||
repeat
|
||||
log(LOG_LEVEL.DEBUG, "输出容器idx:" .. tostring(idx) .. " #group:" .. tostring(#group))
|
||||
log(LOG_LEVEL.DEBUG, "输出容器索引: "..tostring(idx).." 容器组大小: "..tostring(#group),"Output container index: "..tostring(idx).." group size: "..tostring(#group))
|
||||
local output = group[idx]
|
||||
log(LOG_LEVEL.DEBUG, "尝试输出容器: "..output.name.." (优先级 "..priority..", 尝试 "..attempts.."/"..#group..")",
|
||||
"Attempting output container: "..output.name.." (priority "..priority..", attempt "..attempts.."/"..#group..")")
|
||||
|
||||
Reference in New Issue
Block a user