Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
[simgrid.git] / teshsuite / java / sleephostoff / SleepHostOff.java
index b47ee6c..baefd9e 100644 (file)
@@ -21,7 +21,7 @@ class Sleeper extends Process {
         stillAlive = true;
       } catch (HostFailureException e) {
         stillAlive = false;
-        Msg.info("catch HostException: "+e.getLocalizedMessage());
+        Msg.info("catch HostFailureException: "+e.getLocalizedMessage());
       }
     }
   }