diff --git a/p2p/host/basic/basic_host.go b/p2p/host/basic/basic_host.go index d57cd13b43db75d6d55b27c7f1ce86f66a1f5447..0d566f433a8ed6685b7a0ddc2f201877022ab3c0 100644 --- a/p2p/host/basic/basic_host.go +++ b/p2p/host/basic/basic_host.go @@ -250,7 +250,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) { } logf("protocol EOF: %s (took %s)", s.Conn().RemotePeer(), took) } else { - log.Warningf("protocol mux failed: %s (took %s)", err, took) + log.Infof("protocol mux failed: %s (took %s)", err, took) } s.Reset() return