1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-04-17 12:32:57 +03:00

nfqws: debug packet length in sendto()

This commit is contained in:
bol-van 2025-03-16 15:56:47 +03:00
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;
}