* i2psnark:

- Spiff up dir listings
      - Urlify some messages
      - Only go into end game at the end
      - Bye Bart Bye
This commit is contained in:
zzz
2010-05-21 04:38:49 +00:00
parent 7a30490482
commit 20bef76878
3 changed files with 175 additions and 13 deletions

View File

@@ -734,7 +734,7 @@ public class Snark
//if (debug >= INFO && t != null)
// t.printStackTrace();
stopTorrent();
throw new RuntimeException("die bart die");
throw new RuntimeException(s + (t == null ? "" : ": " + t.getMessage()));
}
/**