Commit e7fc8861 authored by vyzo's avatar vyzo
Browse files

downgrade protocol mux failure log to debug

parent 2787133b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
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