mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
PeerGroup: Add number of discoverers to discoverPeers() log message.
This commit is contained in:
parent
006b969392
commit
f5f1adb156
1 changed files with 2 additions and 1 deletions
|
@ -984,7 +984,8 @@ public class PeerGroup implements TransactionBroadcaster {
|
|||
}
|
||||
}
|
||||
watch.stop();
|
||||
log.info("Peer discovery took {} and returned {} items", watch, addressList.size());
|
||||
log.info("Peer discovery took {} and returned {} items from {} discoverers", watch, addressList.size(),
|
||||
peerDiscoverers.size());
|
||||
return addressList.size();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue