Silence the "Too many requests!" error that's not really an error

This commit is contained in:
Charles Kerr 2007-06-30 22:47:59 +00:00
parent d33bb5cde6
commit ed4e789b97
1 changed files with 1 additions and 1 deletions

View File

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