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

View File

@ -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;
} }