From: Augustin Degomme Date: Sat, 12 Feb 2022 12:20:59 +0000 (+0100) Subject: fix build X-Git-Tag: v3.31~427 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/db53a25cb7c11732f858b272091d74e77f4c6bde fix build --- diff --git a/src/mc/checker/SafetyChecker.cpp b/src/mc/checker/SafetyChecker.cpp index c79f3842f5..3d003aaa06 100644 --- a/src/mc/checker/SafetyChecker.cpp +++ b/src/mc/checker/SafetyChecker.cpp @@ -66,7 +66,7 @@ std::vector SafetyChecker::get_textual_trace() // override void SafetyChecker::log_state() // override { - XBT_INFO("%ld unique states visited; %ld backtracks (%ld transition replays, %ld states visited overall)", + XBT_INFO("%ld unique states visited; %ld backtracks (%lu transition replays, %lu states visited overall)", State::get_expanded_states(), backtrack_count_, api::get().mc_get_visited_states(), Transition::get_replayed_transitions()); }