peer: minor. change log level.
This commit is contained in:
parent
1a2f29a360
commit
00f24dc11e
@ -1822,7 +1822,7 @@ Peer.prototype.handleSendCmpct = co(function* handleSendCmpct(packet) {
|
|||||||
// would you even _want_ non-witness
|
// would you even _want_ non-witness
|
||||||
// blocks if you use segwit??).
|
// blocks if you use segwit??).
|
||||||
if (this.compactMode !== -1) {
|
if (this.compactMode !== -1) {
|
||||||
this.logger.info(
|
this.logger.debug(
|
||||||
'Peer sent a duplicate sendcmpct (%s).',
|
'Peer sent a duplicate sendcmpct (%s).',
|
||||||
this.hostname());
|
this.hostname());
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user