fix dial log

This commit is contained in:
Jeromy
2016-11-10 16:01:20 -08:00
parent ecc1c897af
commit 6bccc8c1f5

View File

@@ -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
}