X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/c2a0de69e20fda415c1ca6d90b04d2a4cf253acc..21ced9062609ebd01b8937b54a8d5efbb9d4f7ba:/src/and/hpcvm/RunningApplication.java diff --git a/src/and/hpcvm/RunningApplication.java b/src/and/hpcvm/RunningApplication.java index 5988648..5e79522 100644 --- a/src/and/hpcvm/RunningApplication.java +++ b/src/and/hpcvm/RunningApplication.java @@ -82,11 +82,14 @@ public class RunningApplication implements Serializable computingsNodes.set( i , _new ) ; return 0 ; } - - System.err.println( "Dead computing client not found. Unable to replace it!" ) ; } + + System.err.println( "Dead computing client not found. Unable to replace it!" ) ; + return 1 ; } + System.err.println( "Dead or new computing client is null! Unable to replace one of them!" ) ; + return 1 ; }