[Schmitzm-commits] r1179 - trunk/src/schmitzm/mail
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 26 16:10:26 CEST 2010
Author: mojays
Date: 2010-10-26 16:10:25 +0200 (Tue, 26 Oct 2010)
New Revision: 1179
Modified:
trunk/src/schmitzm/mail/MailUtil.java
Log:
Modified: trunk/src/schmitzm/mail/MailUtil.java
===================================================================
--- trunk/src/schmitzm/mail/MailUtil.java 2010-10-26 14:07:40 UTC (rev 1178)
+++ trunk/src/schmitzm/mail/MailUtil.java 2010-10-26 14:10:25 UTC (rev 1179)
@@ -103,6 +103,7 @@
.append("Date/Time: ").append(LangUtil.getCurrentTimeFormatted(null)).append("\n")
.append("Exception: ").append(exceptionMess).append("\n")
.append("Java version: ").append(System.getProperty("java.version")).append("\n")
+ .append("Comment: ___________").append("\n")
.append("\n")
.append(exceptionStack);
String mailSubject = "Exception-Report: " + exceptionMess;
More information about the Schmitzm-commits
mailing list