X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41ec02708cdd5e0f2b478a9f5135a597353a72e8..558e19f535bb0c65b610bc758c8133ded549ca3c:/src/mc/compare.cpp diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index fabd66bd2f..5a342c6a6c 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -1638,8 +1638,7 @@ int snapshot_compare(int num1, simgrid::mc::Snapshot* s1, int num2, simgrid::mc: #else #ifdef MC_VERBOSE - XBT_VERB("(%d - %d) Different local variables between stacks %d", num1, - num2, cursor + 1); + XBT_VERB("(%d - %d) Different local variables between stacks %u", num1, num2, cursor + 1); #endif return 1;