mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
zapret-auto: circular DLOG instead of DLOG_ERR if no track
This commit is contained in:
@@ -341,7 +341,7 @@ function circular(ctx, desync)
|
||||
orchestrate(ctx, desync)
|
||||
|
||||
if not desync.track then
|
||||
DLOG_ERR("circular: conntrack is missing but required")
|
||||
DLOG("circular: conntrack is missing but required")
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user