From 629abf6d8ec2ce67d217d356d9706034809cdf4b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 19 Feb 2019 13:31:26 +0900 Subject: [PATCH] Fix error log message --- src/UDPConnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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