* i2psnark:

- Add link to finished torrent in message box
      - Don't let one bad torrent prevent others from
        starting or stopping
This commit is contained in:
zzz
2010-10-02 15:43:56 +00:00
parent b83184e895
commit ec0c678cc9
2 changed files with 26 additions and 7 deletions

View File

@@ -437,7 +437,7 @@ public class Snark
try { storage.close(); } catch (IOException ioee) {
ioee.printStackTrace();
}
fatal("Could not create storage", ioe);
fatal("Could not check or create storage", ioe);
}
}