mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 10:18:04 +08:00
bootstrap err: info
This commit is contained in:
parent
622154397d
commit
6eb32aef35
@ -97,7 +97,9 @@ func bootstrap(ctx context.Context,
|
||||
|
||||
// we can try running dht bootstrap even if we're connected to all bootstrap peers.
|
||||
if err := r.Bootstrap(ctx, numDHTBootstrapQueries); err != nil {
|
||||
return err
|
||||
// log this as Info. later on, discern better between errors.
|
||||
log.Infof("dht bootstrap err: %s", err)
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user