X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8eee56e65b8c3493da1e5f7f76278223ad0f4f5b..e9debd9e226fbd3a4cd2e311ae0fb08afc6b7567:/src/mc/VisitedState.cpp diff --git a/src/mc/VisitedState.cpp b/src/mc/VisitedState.cpp index 73bbb6493a..24e3c5c5c6 100644 --- a/src/mc/VisitedState.cpp +++ b/src/mc/VisitedState.cpp @@ -52,8 +52,8 @@ VisitedStates::addVisitedState(unsigned long state_number, simgrid::mc::State* g std::unique_ptr new_state = std::unique_ptr(new VisitedState(state_number)); graph_state->system_state = new_state->system_state; - XBT_DEBUG("Snapshot %p of visited state %d (exploration stack state %d)", - new_state->system_state.get(), new_state->num, graph_state->num); + XBT_DEBUG("Snapshot %p of visited state %d (exploration stack state %d)", new_state->system_state.get(), + new_state->num, graph_state->num_); auto range = boost::range::equal_range(states_, new_state.get(), simgrid::mc::DerefAndCompareByActorsCountAndUsedHeap());