1
0
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:
Brian Tiger Chow
2015-01-20 00:04:52 -08:00
parent ac64c2c9e7
commit 494ed8fb0d
2 changed files with 1 additions and 3 deletions

View File

@ -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)
}
}()