Skip to content

Commit

Permalink
More logging, custom dht storage test was working after all
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Feb 22, 2016
1 parent 82be7fd commit 239ce84
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -40,6 +40,9 @@ public boolean getPeers(Sha1Hash infoHash, boolean noseed, boolean scrape, entry
TorrentEntry v = torrents.get(infoHash);

if (v == null) {
if (print) {
print("get_peers", "no peers for: " + infoHash);
}
return false;
}

Expand Down

0 comments on commit 239ce84

Please sign in to comment.