Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of some messages and comments.
[jaceP2P.git] / src / jaceP2P / JaceP2P.java
index b3554d5..b089874 100644 (file)
@@ -49,7 +49,7 @@ public class JaceP2P {
                                                algoMapping = new Integer(args[7]).intValue();
                                                paramAlgo = new Double(args[8]).doubleValue();
                                        } catch (NumberFormatException e) {
-                                               System.out.println("the number of Daemons per spawner and the number of daemons per thread must be integers: "
+                                               System.err.println("The number of Daemons per spawner and the number of daemons per thread must be integers: "
                                                                                + e);
                                                System.exit(0);
                                        }
@@ -76,8 +76,8 @@ public class JaceP2P {
                                        try {
                                                beat = new Integer(args[4]).intValue();
                                        } catch (NumberFormatException e) {
-                                               System.out
-                                                               .println("the beat number must be an integer: "
+                                               System.err
+                                                               .println("The beat number must be an integer: "
                                                                                + e);
                                                System.exit(0);
                                        }