Changeset 3337 for trunk/libtransmission/peer-mgr.c
- Timestamp:
- Oct 9, 2007, 4:50:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r3322 r3337 1612 1612 const int peerCount = tr_ptrArraySize( t->peers ); 1613 1613 1614 tordbg( t, "RECONNECT pulse for [%s]: %d weak connections, %d connection candidates, %d atoms, max per pulse is %d", 1615 t->tor->info.name, nWeak, nCandidates, tr_ptrArraySize(t->pool), (int)MAX_RECONNECTIONS_PER_PULSE ); 1614 if( nWeak || nCandidates ) 1615 tordbg( t, "reconnect pulse for [%s]: %d weak connections, " 1616 "%d connection candidates, %d atoms, max per pulse is %d", 1617 t->tor->info.name, nWeak, nCandidates, 1618 tr_ptrArraySize(t->pool), 1619 (int)MAX_RECONNECTIONS_PER_PULSE ); 1616 1620 1617 1621 /* disconnect some peers */
Note: See TracChangeset
for help on using the changeset viewer.