From 6d249528e4aea7a8f6edc0b69dddb95e35116601 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 18 Dec 2025 15:59:10 +0300 Subject: [PATCH] zapret-antidpi: fix messages --- lua/zapret-antidpi.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/zapret-antidpi.lua b/lua/zapret-antidpi.lua index 0978695..c2b7c18 100644 --- a/lua/zapret-antidpi.lua +++ b/lua/zapret-antidpi.lua @@ -616,7 +616,7 @@ function fakedsplit(ctx, desync) local pos = resolve_pos(data, desync.l7payload, spos) if pos then if pos == 1 then - DLOG("multidisorder: split pos resolved to 0. cannot split.") + DLOG("fakedsplit: split pos resolved to 0. cannot split.") else if b_debug then DLOG("fakedsplit: resolved split pos: "..tostring(pos-1)) end @@ -709,7 +709,7 @@ function fakeddisorder(ctx, desync) local pos = resolve_pos(data, desync.l7payload, spos) if pos then if pos == 1 then - DLOG("multidisorder: split pos resolved to 0. cannot split.") + DLOG("fakeddisorder: split pos resolved to 0. cannot split.") else if b_debug then DLOG("fakeddisorder: resolved split pos: "..tostring(pos-1)) end