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
ecb14089
Commit
ecb14089
authored
Sep 21, 2017
by
vyzo
Browse files
basic_host: fix warning message
parent
7990195e
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/host/basic/basic_host.go
View file @
ecb14089
...
...
@@ -255,7 +255,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) {
}
logf
(
"protocol EOF: %s (took %s)"
,
s
.
Conn
()
.
RemotePeer
(),
took
)
}
else
{
log
.
Warning
(
"protocol mux failed: %s (took %s)"
,
err
,
took
)
log
.
Warning
f
(
"protocol mux failed: %s (took %s)"
,
err
,
took
)
}
s
.
Close
()
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