Skip to content

Commit 437d907

Browse files
committed
jfLogon : log exception
1 parent 6549ea8 commit 437d907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/jflogon/src/Logon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ public static void main(String[] args) {
755755
Logon logon = new Logon();
756756
logon.setVisible(true);
757757
} catch (Exception e) {
758-
e.printStackTrace();
758+
JFLog.log(e);
759759
}
760760
}
761761
}

0 commit comments

Comments
 (0)