Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Inline another stupid function
[simgrid.git] / src / mc / checker / SafetyChecker.cpp
index 8fd5f95..77a35ea 100644 (file)
@@ -41,7 +41,7 @@ void SafetyChecker::check_non_termination(const State* current_state)
       XBT_INFO("Counter-example execution trace:");
       for (auto const& s : get_textual_trace())
         XBT_INFO("  %s", s.c_str());
-      simgrid::mc::dumpRecordPath();
+      XBT_INFO("Path = %s", get_record_trace().to_string().c_str());
       api::get().log_state();
 
       throw TerminationError();