From 7c05b3a85ecdaae0c6e786ce6946835c3219fca4 Mon Sep 17 00:00:00 2001 From: zugz Date: Sat, 14 Jul 2018 15:32:30 +0200 Subject: [PATCH] replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_lossless_packet() --- toxcore/net_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c index b9ffaf21..6ca29ef3 100644 --- a/toxcore/net_crypto.c +++ b/toxcore/net_crypto.c @@ -1174,7 +1174,7 @@ static int64_t send_lossless_packet(Net_Crypto *c, int crypt_connection_id, cons } } else { conn->maximum_speed_reached = 1; - LOGGER_ERROR(c->log, "send_data_packet failed"); + LOGGER_DEBUG(c->log, "send_data_packet failed"); } return packet_num;