function cannot be formatted as string
This commit is contained in:
parent
a08d9e63db
commit
39791b176c
|
@ -432,7 +432,7 @@ func (h *BasicHost) resolveAddrs(ctx context.Context, pi pstore.PeerInfo) ([]ma.
|
|||
// dialPeer opens a connection to peer, and makes sure to identify
|
||||
// the connection once it has been opened.
|
||||
func (h *BasicHost) dialPeer(ctx context.Context, p peer.ID) error {
|
||||
log.Debugf("host %s dialing %s", h.ID, p)
|
||||
log.Debugf("host %s dialing %s", h.ID(), p)
|
||||
c, err := h.Network().DialPeer(ctx, p)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue