X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d43e84e981024537b56f15f7dcc937b0202cad2b..6db6413133c36dd1a9e798d35e75afd7ceb63001:/src/surf/cpu_ti.cpp diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index c7f6266ce2..d78897b4dc 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -399,7 +399,7 @@ void CpuTi::apply_event(tmgr_trace_event_t event, double value) } else if (event == 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 {