mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
undo r12585, where I checked in the wrong file.
This commit is contained in:
parent
54948efa2d
commit
8fab45f0fc
1 changed files with 0 additions and 2 deletions
|
@ -327,8 +327,6 @@ tr_torrentGetNextMetadataRequest( tr_torrent * tor, time_t now, int * setme_piec
|
|||
|
||||
m = tor->incompleteMetadata;
|
||||
|
||||
fprintf( stderr, "%s:%d m %p a %d b %d\n", __FILE__, __LINE__, m, (m?( m->piecesNeededCount > 0 ):-1), (m?( m->piecesNeeded[0].requestedAt + MIN_REPEAT_INTERVAL_SECS < now ):-1) );
|
||||
|
||||
if( ( m != NULL )
|
||||
&& ( m->piecesNeededCount > 0 )
|
||||
&& ( m->piecesNeeded[0].requestedAt + MIN_REPEAT_INTERVAL_SECS < now ) )
|
||||
|
|
Loading…
Reference in a new issue