trivial: log bootstrap node address used to DEBUG (#1063)
This commit is contained in:
parent
5aa2b02930
commit
a2333c4809
@ -85,6 +85,7 @@ func (c Config) Run(ctx context.Context, server *provider.Provider,
|
|||||||
defer mon.Task()(&ctx)(&err)
|
defer mon.Task()(&ctx)(&err)
|
||||||
|
|
||||||
// TODO(coyle): I'm thinking we just remove this function and grab from the config.
|
// TODO(coyle): I'm thinking we just remove this function and grab from the config.
|
||||||
|
zap.S().Debugf("kademlia bootstrap node: %q", c.BootstrapAddr)
|
||||||
in, err := GetIntroNode(c.BootstrapAddr)
|
in, err := GetIntroNode(c.BootstrapAddr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user