X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8a66c743439c94d5de5bcb8a3e50dcd207b6d2f..eaacbb174d19fe490b8243e2675e5e3b7cbb62de:/src/mc/mc_record.cpp diff --git a/src/mc/mc_record.cpp b/src/mc/mc_record.cpp index 67e88835b3..6f1d32f486 100644 --- a/src/mc/mc_record.cpp +++ b/src/mc/mc_record.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -29,7 +29,7 @@ void RecordTrace::replay() const if (xbt_log_no_loc) XBT_INFO("The backtrace of each transition will not be shown because of --log=no_loc"); else - simgrid_mc_replay_show_backtraces = 1; + simgrid_mc_replay_show_backtraces = true; for (const simgrid::mc::Transition* transition : transitions_) { kernel::actor::ActorImpl* actor = engine->get_actor_by_pid(transition->aid_);