Commit 50b97dc5 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

bitswap and dht: lots of debugging logs

parent 2b1493b0
......@@ -148,7 +148,7 @@ func (dht *IpfsDHT) handleFindPeer(ctx context.Context, p peer.ID, pmes *pb.Mess
}
if closest == nil {
log.Warningf("handleFindPeer: could not find anything.")
log.Warningf("%s handleFindPeer %s: could not find anything.", dht.self, p)
return resp, nil
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment