Browse Source

nfqws: debug packet length in sendto()

pull/1301/head
bol-van 3 weeks ago
parent
commit
ffaf91c251
  1. 2
      nfq/darkmagic.c

2
nfq/darkmagic.c

@ -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…
Cancel
Save