Commit 37eda0ad authored by bol-van's avatar bol-van
Browse files

nfqws: mod skipped DLOG_ERR -> DLOG

parent 770be21e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1116,7 +1116,7 @@ static bool onetime_tls_mod(struct desync_profile *dp)
		++n;
		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;

		}