mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Use e.printStackTrace()
This commit is contained in:
parent
cc0177da10
commit
083e33c4da
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ public class Main {
|
|||
|
||||
private static void handleAssertionError(AssertionError e) {
|
||||
System.err.println("Failed to send/receive message (Assertion): " + e.getMessage());
|
||||
System.err.println(e.getStackTrace());
|
||||
e.printStackTrace();
|
||||
System.err.println("If you use an Oracle JRE please check if you have unlimited strength crypto enabled, see README");
|
||||
System.exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue