2
0
mirror of synced 2025-02-23 22:28:11 +00:00

Improve bootstrap result log message

This commit is contained in:
Matt Joiner 2018-11-29 18:33:33 +11:00
parent 2789a4ff39
commit cc531b8c4a

View File

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