Cut&paste thinko.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Mar 2018 22:27:32 +0000 (00:27 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Mar 2018 22:27:32 +0000 (00:27 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD2/server/Main.java

index ab049220967c1e0a74cb13e074363973cf64613d..89773356ddac648e23d70ee21c175009def60683 100644 (file)
@@ -20,7 +20,7 @@ public class Main {
                        }
                }
                catch (Exception e) {
-                       System.err.println("IOException : " + e);
+                       System.err.println("Exception : " + e);
                        e.printStackTrace();
                }
                finally {