Commit 6bccc8c1 authored by Jeromy's avatar Jeromy
Browse files

fix dial log

parent ecc1c897
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment