pool: less log spam.

This commit is contained in:
Christopher Jeffrey 2017-01-29 16:08:59 -08:00
parent 4085321145
commit fae56d1387
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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());