From 00f24dc11e82d44fc1346816f16a7e4e1bcfacc6 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 22 Jan 2017 19:57:37 -0800 Subject: [PATCH] peer: minor. change log level. --- lib/net/peer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/peer.js b/lib/net/peer.js index e68bb7e3..fa59d96f 100644 --- a/lib/net/peer.js +++ b/lib/net/peer.js @@ -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;