diff --git a/lib/net/pool.js b/lib/net/pool.js index 6101617e..ec09fb84 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -2445,8 +2445,8 @@ Pool.prototype.handleCmpctBlock = co(function* handleCmpctBlock(peer, packet) { this.compactBlocks.insert(hash); this.logger.debug( - 'Received semi-full compact block %s (%s).', - block.rhash(), peer.hostname()); + 'Received non-full compact block %s tx=%d/%d (%s).', + block.rhash(), block.count, block.totalTX, peer.hostname()); peer.send(new packets.GetBlockTxnPacket(block.toRequest())); });