Commit e7fc8861 authored by vyzo's avatar vyzo
Browse files

downgrade protocol mux failure log to debug

parent 2787133b
...@@ -223,7 +223,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) { ...@@ -223,7 +223,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) {
} }
logf("protocol EOF: %s (took %s)", s.Conn().RemotePeer(), took) logf("protocol EOF: %s (took %s)", s.Conn().RemotePeer(), took)
} else { } else {
log.Infof("protocol mux failed: %s (took %s)", err, took) log.Debugf("protocol mux failed: %s (took %s)", err, took)
} }
s.Reset() s.Reset()
return return
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment