* SusiMail: Better error message on decode fail

http://forum.i2p/viewtopic.php?t=11469
This commit is contained in:
zzz
2014-07-19 16:31:59 +00:00
parent 4b0019c732
commit a2567b0ee2
3 changed files with 3 additions and 2 deletions

View File

@@ -614,7 +614,7 @@ public class WebMail extends HttpServlet
}
catch (Exception e1) {
showBody = false;
reason += _("Part ({0}) not shown, because of {1}", ident, e1.getClass().getName()) + br;
reason += _("Part ({0}) not shown, because of {1}", ident, e1.toString()) + br;
}
}
if( html )