X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85783f2e522ee25593c1fed9fd08f04af8b706c1..cf258d9375c26ee9a39100271622ba08608a2838:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 335351e2fe..6b03d70cc4 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -612,7 +612,7 @@ double surf_solve(double max_date) if ((min == -1.0) || (next_event_date > NOW + min)) break; - XBT_DEBUG("Updating models"); + XBT_DEBUG("Updating models (min = %g, NOW = %g, next_event_date = %g)",min, NOW, next_event_date); while ((event = tmgr_history_get_next_event_leq(history, next_event_date, &value,