Include traversal stats in completed bootstrap log message
This commit is contained in:
parent
f98ff7507e
commit
659f7e0371
|
@ -325,7 +325,7 @@ func (cl *Client) newDhtServer(conn net.PacketConn) (s *dht.Server, err error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
cl.logger.Printf("error bootstrapping dht: %s", err)
|
cl.logger.Printf("error bootstrapping dht: %s", err)
|
||||||
}
|
}
|
||||||
log.Fstr("%v: completed bootstrap", s).AddValues(s, ts).Log(cl.logger)
|
log.Fstr("%v completed bootstrap (%v)", s, ts).AddValues(s, ts).Log(cl.logger)
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue