Skip to content

Commit a622b2e

Browse files
committed
updated
1 parent 0f3e967 commit a622b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void writeException(Exception exception, String message) throws IO
3232
StringBuilder stringBuilder = new StringBuilder();
3333
stringBuilder.append(Calendar.getInstance().getTime().toString());
3434
stringBuilder.append(";");
35-
stringBuilder.append(exception.getMessage());
35+
stringBuilder.append(exception);
3636
stringBuilder.append(";");
3737
stringBuilder.append(message);
3838

0 commit comments

Comments
 (0)