Fix error log message
This commit is contained in:
parent
4e9929d7ba
commit
629abf6d8e
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ void UDPC_INTERNAL_check_pkt_timeout(
|
||||||
if(pinfo->size <= 20)
|
if(pinfo->size <= 20)
|
||||||
{
|
{
|
||||||
UDPC_INTERNAL_log(ctx, 0,
|
UDPC_INTERNAL_log(ctx, 0,
|
||||||
"ERROR: Timed out sentPkt (%d) to %s has size at most 20",
|
"Timed out sentPkt (%d) to %s has size at most 20",
|
||||||
rseq,
|
rseq,
|
||||||
UDPC_INTERNAL_atostr(ctx, cd->addr));
|
UDPC_INTERNAL_atostr(ctx, cd->addr));
|
||||||
pinfo->flags |= 0x4; // treat as resent to avoid reprinting error
|
pinfo->flags |= 0x4; // treat as resent to avoid reprinting error
|
||||||
|
|
Loading…
Reference in a new issue