mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
Peer: log a bit of statistics about incoming inv
messages
This commit is contained in:
parent
86e0980d19
commit
41f684523d
@ -1144,6 +1144,9 @@ public class Peer extends PeerSocketHandler {
|
||||
throw new IllegalStateException("Not implemented: " + item.type);
|
||||
}
|
||||
}
|
||||
if (log.isDebugEnabled())
|
||||
log.debug("{}: processing 'inv' with {} items: {} blocks, {} txns", this, items.size(), blocks.size(),
|
||||
transactions.size());
|
||||
|
||||
final boolean downloadData = this.vDownloadData;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user