From: Stephen Seo Date: Tue, 19 Feb 2019 04:31:26 +0000 (+0900) Subject: Fix error log message X-Git-Tag: 1.0~242 X-Git-Url: https://git.seodisparate.com/stephenseo/server_config?a=commitdiff_plain;h=629abf6d8ec2ce67d217d356d9706034809cdf4b;p=UDPConnection Fix error log message --- diff --git a/src/UDPConnection.c b/src/UDPConnection.c index 00d2226..2e17113 100644 --- a/src/UDPConnection.c +++ b/src/UDPConnection.c @@ -711,7 +711,7 @@ void UDPC_INTERNAL_check_pkt_timeout( if(pinfo->size <= 20) { 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, UDPC_INTERNAL_atostr(ctx, cd->addr)); pinfo->flags |= 0x4; // treat as resent to avoid reprinting error