Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixing some bugs.
[jaceP2P.git] / src / jaceP2P / SuperNodeListe.java
index a0b1ca4..61add0a 100644 (file)
@@ -362,7 +362,7 @@ public class SuperNodeListe implements Cloneable {
                                        try {
                                                remoteStub.addGNode( _g ) ;
                                        } catch( Exception e ) {
-                                               System.err.println( "Unable to add new GNode at SuperNode " + d.getIP() ) ;
+                                               System.err.println( "Unable to add new GNode on SuperNode " + d.getIP() ) ;
                                        }
                                }
                        }
@@ -387,7 +387,7 @@ public class SuperNodeListe implements Cloneable {
                                        try {
                                                remoteStub.removeGNode( _g ) ;
                                        } catch( Exception e ) {
-                                               System.err.println( "Unable to remove GNode at SuperNode " + d.getIP() ) ;
+                                               System.err.println( "Unable to remove GNode on SuperNode " + d.getIP() ) ;
                                        }
                                }
                        }