X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91645ff367766eabbe1d2723e0ba8c18e2c3a682..37718d60e79ea80109417995fb94aa9cbbe29e14:/src/mc/mc_comm_determinism.c diff --git a/src/mc/mc_comm_determinism.c b/src/mc/mc_comm_determinism.c index fc8cb90d99..a986715cf3 100644 --- a/src/mc/mc_comm_determinism.c +++ b/src/mc/mc_comm_determinism.c @@ -393,7 +393,7 @@ void MC_modelcheck_comm_determinism(void) if (xbt_fifo_size(mc_stack) > _sg_mc_max_depth) { XBT_WARN("/!\\ Max depth reached ! /!\\ "); } else if (visited_state != -1) { - XBT_DEBUG("State already visited, stop the exploration"); + XBT_DEBUG("State already visited, exploration stopped on this path."); } else { XBT_DEBUG("There are no more processes to interleave. (depth %d)", xbt_fifo_size(mc_stack) + 1);