850851852853854855856857858859860
public void downloadAdded(Download download) { Torrent dm_torrent = download.getTorrent(); try { tracker.host(dm_torrent, true); } catch (TrackerException e) { System.out.println("Hosting of " + dm_torrent.getName() + " failed");