Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Move debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
drwasho authored and hoffmabc committed Jun 25, 2020
1 parent 308100d commit 1283981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/retriever/retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (m *MessageRetriever) downloadMessages(peerOut chan ps.PeerInfo) {
for p := range peerOut {
if len(p.Addrs) > 0 && !m.db.OfflineMessages().Has(p.Addrs[0].String()) && !stringInSlice(p.Addrs[0].String(), pointerList) && !inFlight[p.Addrs[0].String()] {
pointerList = append(pointerList, p.Addrs[0].String())
log.Debugf("Looking for pointer [%v] at %v\n", p.ID.Pretty(), p.Addrs)
inFlight[p.Addrs[0].String()] = true
log.Debugf("Found pointer with location %s", p.Addrs[0].String())
// IPFS
Expand Down

0 comments on commit 1283981

Please sign in to comment.