X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Flauncher%2FMain.java;h=a9587d275151c7817250714d907f8fb5379cd1d0;hp=b0e3bd80ca43ffbb69247132ccb2c581fcd7b3cb;hb=4298276a4b717753397508ce5432071827d5b294;hpb=7da41ecd30228908bf2afcd07ff7943ab59d4c01 diff --git a/src/be/nikiroo/jvcard/launcher/Main.java b/src/be/nikiroo/jvcard/launcher/Main.java index b0e3bd8..a9587d2 100644 --- a/src/be/nikiroo/jvcard/launcher/Main.java +++ b/src/be/nikiroo/jvcard/launcher/Main.java @@ -211,8 +211,7 @@ public class Main { System.err .println("I/O Exception: Cannot start the server"); } else { - System.err.println("FATAL ERROR"); - e.printStackTrace(); + System.err.println("Remoting support not available"); System.exit(ERR_INTERNAL); } } @@ -232,8 +231,7 @@ public class Main { System.err .println("I/O Exception: Cannot start the program with the given cards"); } else { - System.err.println("FATAL ERROR"); - e.printStackTrace(); + System.err.println("TUI support not available"); System.exit(ERR_INTERNAL); } } @@ -279,7 +277,7 @@ public class Main { } catch (IOException ioe) { throw ioe; } catch (Exception e) { - throw new IOException("Remoting not available", e); + throw new IOException("Remoting support not available", e); } return card;