Merge pull request #175 from tuub/master

Bugfix for DS-1459
This commit is contained in:
helix84
2013-01-23 07:20:37 -08:00

View File

@@ -553,7 +553,7 @@ public class XSLTDisseminationCrosswalk
System.err.println("=== Error Message ===");
System.err.println(e.getMessage());
System.err.println("=== Stack Trace ===");
System.err.println(e.getStackTrace());
e.printStackTrace();
System.err.println("=====================");
log.error("Caught: " + e.toString() + ".");
log.error(e.getMessage());