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:
parent
367426b51b
commit
66cb8d5835
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue