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