mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 23:42:20 +08:00
demote dht logs
This commit is contained in:
@ -215,7 +215,7 @@ func (dht *IpfsDHT) getClosestPeers(ctx context.Context, key u.Key) (<-chan peer
|
||||
// run it!
|
||||
_, err := query.Run(ctx, tablepeers)
|
||||
if err != nil {
|
||||
log.Errorf("closestPeers query run error: %s", err)
|
||||
log.Debugf("closestPeers query run error: %s", err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user