X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3bb80150f0e018a1ca0ce65e93fedee79c0ea111..ef14c1da354b4ff1317ae8663916de15324b2294:/teshsuite/surf/surf_usage/surf_usage2.c diff --git a/teshsuite/surf/surf_usage/surf_usage2.c b/teshsuite/surf/surf_usage/surf_usage2.c index 242f9df990..811b6920fd 100644 --- a/teshsuite/surf/surf_usage/surf_usage2.c +++ b/teshsuite/surf/surf_usage/surf_usage2.c @@ -73,7 +73,7 @@ void test(char *platform) XBT_DEBUG("Next Event : %g", now); xbt_dynar_foreach(model_list, iter, model) { - XBT_DEBUG("\t %s actions", surf_model_name(model)); + XBT_DEBUG("\t Actions"); while ((action = surf_model_extract_failed_action_set((surf_model_t)model))) { XBT_DEBUG("\t * Failed : %p", action); surf_action_unref(action); @@ -83,7 +83,7 @@ void test(char *platform) surf_action_unref(action); } if (surf_model_running_action_set_size((surf_model_t)model)) { - XBT_DEBUG("running %s", surf_model_name(model)); + XBT_DEBUG("running that model"); running = 1; } }