Browse Source

downgrade protocol mux failure log to debug

pull/443/head
vyzo 6 years ago
parent
commit
e7fc8861f9
  1. 2
      p2p/host/basic/basic_host.go

2
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

Loading…
Cancel
Save