Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the tesh of one last command
[simgrid.git] / teshsuite / java / sleep_host_off / SleepHostOff.java
index d99d4af..1d60cad 100644 (file)
@@ -38,8 +38,7 @@ public class SleepHostOff extends Process{
           try {
             Process.sleep(10);
           } catch (HostFailureException e) {
-            Msg.info("catch HostException");
-            e.printStackTrace();
+            Msg.info("catch HostException: "+e.getLocalizedMessage());
             break; //Break is needed to finalize the endless loop 
           }
         }