X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/651f050b85468c6bb07046c9f1932e5cc2ce5ffe..f2607996be6d47efcc457903cd400b6891ba8b04:/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp diff --git a/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp b/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp index b4718e2583..47e132a9e1 100644 --- a/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp +++ b/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp @@ -13,10 +13,10 @@ static void dummy() XBT_INFO("I start"); try { simgrid::s4u::this_actor::sleep_for(200); + XBT_INFO("I stop"); } catch (xbt_ex& e) { if (e.category == host_error) { - XBT_INFO("The host has died ... as expected."); - XBT_INFO("I stop"); + XBT_DEBUG("The host has died ... as expected. This actor silently stops"); } else { XBT_ERROR("An unexpected exception has been raised."); throw;