pool: less log spam.
This commit is contained in:
parent
4085321145
commit
fae56d1387
@ -1365,7 +1365,7 @@ Pool.prototype._handleInv = co(function* handleInv(peer, packet) {
|
||||
peer.invFilter.add(item.hash, 'hex');
|
||||
}
|
||||
|
||||
this.logger.debug(
|
||||
this.logger.spam(
|
||||
'Received inv packet with %d items: blocks=%d txs=%d (%s).',
|
||||
items.length, blocks.length, txs.length, peer.hostname());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user