mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_lossless_packet()
This commit is contained in:
parent
7f6c681cfa
commit
7c05b3a85e
|
@ -1174,7 +1174,7 @@ static int64_t send_lossless_packet(Net_Crypto *c, int crypt_connection_id, cons
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
conn->maximum_speed_reached = 1;
|
conn->maximum_speed_reached = 1;
|
||||||
LOGGER_ERROR(c->log, "send_data_packet failed");
|
LOGGER_DEBUG(c->log, "send_data_packet failed");
|
||||||
}
|
}
|
||||||
|
|
||||||
return packet_num;
|
return packet_num;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user