diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index 3837acc2..982cecf7 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c @@ -1476,6 +1476,7 @@ static bool do_all_filetransfers(Messenger *m, int32_t friendnumber, void *userd if (max_speed_reached(m->net_crypto, friend_connection_crypt_connection_id( m->fr_c, friendcon->friendcon_id))) { + LOGGER_TRACE(m->log, "Maximum connection speed reached"); // connection doesn't support any more data return false; }