trivial: log bootstrap node address used to DEBUG (#1063)

This commit is contained in:
paul cannon 2019-01-16 15:43:00 -05:00 committed by GitHub
parent 5aa2b02930
commit a2333c4809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ func (c Config) Run(ctx context.Context, server *provider.Provider,
defer mon.Task()(&ctx)(&err)
// 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)
if err != nil {
return err