X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a3a7e5bb83a8e5ee4f2e4d0d5ddd24db125a807..03ce6a2e7863fe994d12ca8ab9141b4f6fdb5f8e:/src/surf/ptask_L07.cpp diff --git a/src/surf/ptask_L07.cpp b/src/surf/ptask_L07.cpp index 6e7546186d..75f1027130 100644 --- a/src/surf/ptask_L07.cpp +++ b/src/surf/ptask_L07.cpp @@ -317,7 +317,7 @@ void CpuL07::apply_event(tmgr_trace_event_t triggered, double value) } else if (triggered == state_event_) { if (value > 0) { if (is_off()) { - host_that_restart.push_back(get_host()); + XBT_VERB("Restart processes on host %s", get_host()->get_cname()); get_host()->turn_on(); } } else