X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d13476092032197c86e511528930207d7e07bbba..7b3c12683fccac3a1d8e05e41e055d30eafd963d:/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp diff --git a/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp b/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp index 60c8f0338d..9d311e570e 100644 --- a/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp +++ b/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp @@ -31,7 +31,7 @@ static int process_daemon(int /*argc*/, char** /*argv*/) MSG_task_destroy(task); tasks_done++; if (res == MSG_HOST_FAILURE) { - XBT_INFO("Host as died as expected, do nothing else"); + XBT_INFO("Host has died as expected, do nothing else"); return 0; } }