mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
don't let vraa have that many peers any more.
This commit is contained in:
parent
29f092197f
commit
9bb4c477f3
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ publishNewPeers( tr_tracker * t, int count, uint8_t * peers )
|
|||
event.messageType = TR_TRACKER_PEERS;
|
||||
event.peerCount = count;
|
||||
event.peerCompact = peers;
|
||||
tr_ndbg( t->name, "Torrent got %d new peers", t->name, count );
|
||||
tr_ndbg( t->name, "Torrent got %d new peers", count );
|
||||
if( count )
|
||||
tr_publisherPublish( t->publisher, t, &event );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue