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
6bccc8c1
Commit
6bccc8c1
authored
Nov 10, 2016
by
Jeromy
Browse files
fix dial log
parent
ecc1c897
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/host/basic/basic_host.go
View file @
6bccc8c1
...
...
@@ -307,7 +307,7 @@ func (h *BasicHost) dialPeer(ctx context.Context, p peer.ID) error {
return
ctx
.
Err
()
}
log
.
Debugf
(
"host %s finished dialing %s"
,
h
.
ID
,
p
)
log
.
Debugf
(
"host %s finished dialing %s"
,
h
.
ID
()
,
p
)
return
nil
}
...
...
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