Changeset 3659


Ignore:
Timestamp:
Oct 30, 2007, 8:17:49 PM (15 years ago)
Author:
charles
Message:

fix oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/peer-mgr.c

    r3658 r3659  
    733733        assert( (begin + length) <= (uint32_t)tr_torPieceCountBytes( tor, (int)index ) );
    734734
    735 fprintf( stderr, "looking for a peer that will take my request for block #%"PRIu64"\n", block );
    736 
    737735        /* find a peer who can ask for this block */
    738736        for( j=0; j<peerCount; )
     
    752750
    753751                case TR_ADDREQ_OK:
    754                     fprintf( stderr, "peer %d will take it\n", j );
    755752                    tr_bitfieldAdd( t->requested, block );
    756753                    j = peerCount;
Note: See TracChangeset for help on using the changeset viewer.