* i2psnark: Listing fixes and cleanups; icons on front page; tweak bw choker again

This commit is contained in:
zzz
2010-05-26 14:28:46 +00:00
parent b61e2aa73c
commit 9132e94143
7 changed files with 127 additions and 68 deletions

View File

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