2006-10-29 zzz

* i2psnark: Fix and enable generation of multifile torrents,
      print error if no tracker selected at create-torrent,
      fix stopping a torrent that hasn't started successfully,
      add eBook and GayTorrents trackers to form,
      web page formatting tweaks
This commit is contained in:
zzz
2006-11-10 01:44:35 +00:00
committed by zzz
parent 098f99d806
commit 1e404cd7ac
6 changed files with 27 additions and 13 deletions

View File

@@ -153,7 +153,10 @@ public class TrackerClient extends I2PThread
coordinator.trackerProblems = ioe.getMessage();
}
if (!started && !stop)
if (stop)
break;
if (!started)
{
Snark.debug(" Retrying in one minute...", Snark.DEBUG);
try