X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/554f811247c5f16880e2edb58c39003cc74da677..d06b2ba9fea526b56374ef8c52f1c1d702415583:/src/mc/mc_record.cpp?ds=sidebyside 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_);