mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
Silence the "Too many requests!" error that's not really an error
This commit is contained in:
parent
d33bb5cde6
commit
ed4e789b97
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ static inline int parseRequest( tr_torrent_t * tor, tr_peer_t * peer,
|
|||
|
||||
if( peer->outRequestCount >= peer->outRequestMax )
|
||||
{
|
||||
tr_err( "Too many requests" );
|
||||
tr_dbg( "Peer is asking for too many blocks!");
|
||||
return TR_ERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue