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

Commit f68a993

Browse files
committedJul 1, 2020
Move debug line
1 parent 7840883 commit f68a993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎net/retriever/retriever.go

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ func (m *MessageRetriever) downloadMessages(peerOut chan ps.PeerInfo) {
179179
for p := range peerOut {
180180
if len(p.Addrs) > 0 && !m.db.OfflineMessages().Has(p.Addrs[0].String()) && !stringInSlice(p.Addrs[0].String(), pointerList) && !inFlight[p.Addrs[0].String()] {
181181
pointerList = append(pointerList, p.Addrs[0].String())
182+
log.Debugf("Looking for pointer [%v] at %v\n", p.ID.Pretty(), p.Addrs)
182183
inFlight[p.Addrs[0].String()] = true
183184
log.Debugf("Found pointer with location %s", p.Addrs[0].String())
184185
// IPFS

0 commit comments

Comments
 (0)
This repository has been archived.