Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-20 16:25:49 +00:00

zapret-lib,zapret-auto: unify messages

This commit is contained in:
bol-van
2025-12-06 17:19:28 +03:00
parent 97aa261e14
commit f17ab4c91e
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ function replay_execution_plan(desync, plan)
DLOG("orchestrator: not calling '"..desync.func_instance.."' because pos "..pos_str(desync,plan[i].range.from).." "..pos_str(desync,plan[i].range.to).." is out of range '"..pos_range_str(plan[i].range).."'")
else
apply_execution_plan(desync, plan[i])
DLOG("orchestrator: executing '"..desync.func_instance.."'")
DLOG("orchestrator: calling '"..desync.func_instance.."'")
verdict = verdict_aggregate(verdict,_G[plan[i].func](nil, desync))
end
end