* i2psnark: Message area tweaks and clear link

This commit is contained in:
zzz
2012-03-20 14:09:17 +00:00
parent 4ffbfce51e
commit 444ba47463
5 changed files with 58 additions and 15 deletions

View File

@@ -1029,6 +1029,8 @@ public class Snark
//if (debug >= INFO && t != null)
// t.printStackTrace();
stopTorrent();
if (t != null)
s += ": " + t;
throw new RuntimeException(s, t);
}