Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
69cb86bb
Unverified
Commit
69cb86bb
authored
Mar 27, 2018
by
Jakub Sztandera
Committed by
GitHub
Mar 27, 2018
Browse files
Merge pull request #306 from libp2p/misc/log-downgrade
misc: downgrade a warning to info
parents
8856a49b
b6ae1d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/host/basic/basic_host.go
View file @
69cb86bb
...
...
@@ -250,7 +250,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) {
}
logf
(
"protocol EOF: %s (took %s)"
,
s
.
Conn
()
.
RemotePeer
(),
took
)
}
else
{
log
.
Warning
f
(
"protocol mux failed: %s (took %s)"
,
err
,
took
)
log
.
Info
f
(
"protocol mux failed: %s (took %s)"
,
err
,
took
)
}
s
.
Reset
()
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment