peer: minor. change log level.

This commit is contained in:
Christopher Jeffrey 2017-01-22 19:57:37 -08:00
parent 1a2f29a360
commit 00f24dc11e
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1822,7 +1822,7 @@ Peer.prototype.handleSendCmpct = co(function* handleSendCmpct(packet) {
// would you even _want_ non-witness
// blocks if you use segwit??).
if (this.compactMode !== -1) {
this.logger.info(
this.logger.debug(
'Peer sent a duplicate sendcmpct (%s).',
this.hostname());
return;