X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7c2b72c7328c4aade5049a3cc21603a9d27842c..c3ac58f9e63770cca194ec50390ac8ccc8e499e8:/src/mc/simgrid_mc.cpp diff --git a/src/mc/simgrid_mc.cpp b/src/mc/simgrid_mc.cpp index 409acb5774..b70091d5f7 100644 --- a/src/mc/simgrid_mc.cpp +++ b/src/mc/simgrid_mc.cpp @@ -85,9 +85,7 @@ static int do_parent(int socket, pid_t child) else if (!_sg_mc_property_file || _sg_mc_property_file[0] == '\0') { if (mc_reduce_kind == e_mc_reduce_unset) mc_reduce_kind = e_mc_reduce_dpor; - XBT_INFO("Check a safety property"); - MC_wait_for_requests(); - MC_modelcheck_safety(); + MC_do_the_modelcheck_for_real(); } else {