Commit b6ae1d15 authored by Jakub Sztandera's avatar Jakub Sztandera
Browse files

misc: downgrade a warning to info

It is source of most warning noise in Warning channel and we would like
to enable warning channel some time in future by default
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
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