mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-11-02 20:54:03 +08:00
fix dial log
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user