X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22eeafc5748e8cb949138bd8323750d6e171d6b3..d501d6a7990a1531087645e1a40b1b00c1185988:/src/surf/xml/surfxml_sax_cb.cpp diff --git a/src/surf/xml/surfxml_sax_cb.cpp b/src/surf/xml/surfxml_sax_cb.cpp index 43c3b3b600..c1e5a771b3 100644 --- a/src/surf/xml/surfxml_sax_cb.cpp +++ b/src/surf/xml/surfxml_sax_cb.cpp @@ -869,9 +869,8 @@ void ETag_surfxml_config() XBT_INFO("The custom configuration '%s' is already defined by user!", elm.first.c_str()); } XBT_DEBUG("End configuration name = %s",A_surfxml_config_id); - if (TRACE_is_enabled()) - TRACE_start(); + simgrid::s4u::on_config_in_platform_done(); delete current_property_set; current_property_set = nullptr; }