Changeset 1604
- Timestamp:
- Mar 29, 2007, 1:09:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r1603 r1604 703 703 /* Try to get new peers or to send a message to the tracker */ 704 704 tr_trackerPulse( tor->tracker, &peerCount, &peerCompact ); 705 used = 0;706 705 if( peerCount > 0 ) 707 706 { … … 709 708 peerCompact, peerCount ); 710 709 free( peerCompact ); 711 }712 tr_dbg( "got %i peers from announce, used %i", peerCount, used );710 tr_dbg( "got %i peers from announce, used %i", peerCount, used ); 711 } 713 712 if( tor->status & TR_STATUS_STOPPED ) 714 713 {
Note: See TracChangeset
for help on using the changeset viewer.