replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_lossless_packet()

This commit is contained in:
zugz 2018-07-14 15:32:30 +02:00 committed by iphydf
parent 7f6c681cfa
commit 7c05b3a85e
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

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