mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/network: fix logs
This commit is contained in:
parent
4c181e4fb9
commit
06e956276c
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ func (d *Delivery) RequestFromPeers(ctx context.Context, req *network.Request) (
|
||||||
}
|
}
|
||||||
sp = d.getPeer(id)
|
sp = d.getPeer(id)
|
||||||
if sp == nil {
|
if sp == nil {
|
||||||
log.Warn("Delivery.RequestFromPeers: peer not found", "id", id)
|
//log.Warn("Delivery.RequestFromPeers: peer not found", "id", id)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
spID = &id
|
spID = &id
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue