Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of some messages and comments.
[jaceP2P.git] / src / jaceP2P / ListeTask.java
index fbaf60f..fdc76ad 100644 (file)
@@ -36,8 +36,8 @@ public class ListeTask implements java.io.Serializable, java.lang.Cloneable {
                        if (is != -1) {
                                return (TaskId) liste.get(is);
                        } else {
-                               System.out
-                                               .println("There is no task affected to this host stub !!!!! ");
+                               System.err
+                                               .println("There is no task affected to this host stub !");
                                return null;
                        }
                }
@@ -52,7 +52,7 @@ public class ListeTask implements java.io.Serializable, java.lang.Cloneable {
                        if (is != -1) {
                                return (TaskId) liste.get(is);
                        } else {
-                               System.out.println("TaskId of rank=" + rank + " doesn't exist");
+                               System.err.println("TaskId of rank=" + rank + " doesn't exist");
                                viewAll();
                                return null;
                        }