]> git.seodisparate.com - UDPConnection/commitdiff
Fix error log message
authorStephen Seo <seo.disparate@gmail.com>
Tue, 19 Feb 2019 04:31:26 +0000 (13:31 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 19 Feb 2019 04:31:26 +0000 (13:31 +0900)
src/UDPConnection.c

index 00d222678c7b35960b69af7771d8c6ac9bac6ca9..2e171139ebb20e0f129be3ee29dbb0965601aae6 100644 (file)
@@ -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