1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 13:46:52 +00:00

Move debug message, we don't want to see it 30 times a second.

This commit is contained in:
Josh Elsasser 2007-03-29 01:09:03 +00:00
parent 367426b51b
commit 66cb8d5835

View file

@ -702,14 +702,13 @@ static void downloadLoop( void * _tor )
/* Try to get new peers or to send a message to the tracker */
tr_trackerPulse( tor->tracker, &peerCount, &peerCompact );
used = 0;
if( peerCount > 0 )
{
used = tr_torrentAddCompact( tor, TR_PEER_FROM_TRACKER,
peerCompact, peerCount );
free( peerCompact );
tr_dbg( "got %i peers from announce, used %i", peerCount, used );
}
tr_dbg( "got %i peers from announce, used %i", peerCount, used );
if( tor->status & TR_STATUS_STOPPED )
{
break;