Fix error log message

This commit is contained in:
Stephen Seo 2019-02-19 13:31:26 +09:00
parent 4e9929d7ba
commit 629abf6d8e

View file

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