forked from I2P_Developers/i2p.i2p
* SusiMail: Better error message on decode fail
http://forum.i2p/viewtopic.php?t=11469
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user