mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-03 13:56:27 +03:00
nfqws: mod skipped DLOG_ERR -> DLOG
This commit is contained in:
parent
770be21e1c
commit
37eda0ad98
@ -1116,7 +1116,7 @@ static bool onetime_tls_mod(struct desync_profile *dp)
|
|||||||
++n;
|
++n;
|
||||||
if (!IsTLSClientHello(fake_tls->data,fake_tls->size,false) || (fake_tls->size < (44+fake_tls->data[43]))) // has session id ?
|
if (!IsTLSClientHello(fake_tls->data,fake_tls->size,false) || (fake_tls->size < (44+fake_tls->data[43]))) // has session id ?
|
||||||
{
|
{
|
||||||
DLOG_ERR("profile %d fake[%d] tls mod set but tls fake structure invalid. mod skipped.\n", dp->n, n);
|
DLOG("profile %d fake[%d] tls mod set but tls fake structure invalid. mod skipped.\n", dp->n, n);
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user