mirror of
https://github.com/bol-van/zapret.git
synced 2025-03-20 23:26:27 +03:00
nfqws: debug packet length in sendto()
This commit is contained in:
parent
326b42fafd
commit
ffaf91c251
@ -1748,7 +1748,7 @@ nofix:
|
||||
if (bytes==-1)
|
||||
{
|
||||
char s[40];
|
||||
snprintf(s,sizeof(s),"rawsend: sendto (%zu)\n",len);
|
||||
snprintf(s,sizeof(s),"rawsend: sendto (%zu)",len);
|
||||
DLOG_PERROR(s);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user