From e7fc8861f9c899107242aa4fb46dd0396039f8f1 Mon Sep 17 00:00:00 2001 From: vyzo Date: Mon, 1 Oct 2018 10:34:39 +0300 Subject: [PATCH] downgrade protocol mux failure log to debug --- p2p/host/basic/basic_host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/host/basic/basic_host.go b/p2p/host/basic/basic_host.go index 5379bed4b2..a8f1ebb91b 100644 --- a/p2p/host/basic/basic_host.go +++ b/p2p/host/basic/basic_host.go @@ -223,7 +223,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) { } logf("protocol EOF: %s (took %s)", s.Conn().RemotePeer(), took) } else { - log.Infof("protocol mux failed: %s (took %s)", err, took) + log.Debugf("protocol mux failed: %s (took %s)", err, took) } s.Reset() return