X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..9f5e401642a16c49ee0e45094e6f15c7f49a6b39:/teshsuite/java/sleephostoff/SleepHostOff.java diff --git a/teshsuite/java/sleephostoff/SleepHostOff.java b/teshsuite/java/sleephostoff/SleepHostOff.java index e1784375bd..baefd9ea8e 100644 --- a/teshsuite/java/sleephostoff/SleepHostOff.java +++ b/teshsuite/java/sleephostoff/SleepHostOff.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2019. 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()); } } }