X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/jaceP2P.git/blobdiff_plain/2f8cb53ab8fcc4e0d37bfab739df71432bf68a5e..80ef4550f12b23bb3c35aff33e40761fa9a1f71d:/src/jaceP2P/SuperNodeListe.java?ds=sidebyside diff --git a/src/jaceP2P/SuperNodeListe.java b/src/jaceP2P/SuperNodeListe.java index a0b1ca4..61add0a 100644 --- a/src/jaceP2P/SuperNodeListe.java +++ b/src/jaceP2P/SuperNodeListe.java @@ -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() ) ; } } }