X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f:/teshsuite/java/sleephostoff/SleepHostOff.java diff --git a/teshsuite/java/sleephostoff/SleepHostOff.java b/teshsuite/java/sleephostoff/SleepHostOff.java index b47ee6c4fe..7bbc609c69 100644 --- a/teshsuite/java/sleephostoff/SleepHostOff.java +++ b/teshsuite/java/sleephostoff/SleepHostOff.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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()); } } }