Improve bootstrap result log message
This commit is contained in:
parent
2789a4ff39
commit
cc531b8c4a
@ -321,7 +321,7 @@ func (cl *Client) newDhtServer(conn net.PacketConn) (s *dht.Server, err error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("error bootstrapping dht: %s", err)
|
log.Printf("error bootstrapping dht: %s", err)
|
||||||
}
|
}
|
||||||
log.Printf("%s: dht bootstrap: %v", s, ts)
|
log.Printf("%s: dht bootstrap: %#v", s, ts)
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user