From: Martin Quinson Date: Sat, 10 Sep 2016 12:06:08 +0000 (+0200) Subject: I should try to compile before comiting. Sorry. X-Git-Tag: v3_14~410 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3e7bebc3ee3347d7695b32ecf1d3f54789038536 I should try to compile before comiting. Sorry. --- diff --git a/src/xbt/memory_map.cpp b/src/xbt/memory_map.cpp index 35dba46d67..101e3691df 100644 --- a/src/xbt/memory_map.cpp +++ b/src/xbt/memory_map.cpp @@ -128,7 +128,7 @@ XBT_PRIVATE std::vector get_memory_map(pid_t pid) } else { memreg.flags |= MAP_SHARED; if (lfields[1][3] != 's') - XBT_WARN("The protection is neither 'p' (private) nor 's' (shared) but '%s'. Let's assume shared, as on b0rken win-ubuntu systems.\nFull line: %s\n" + XBT_WARN("The protection is neither 'p' (private) nor 's' (shared) but '%s'. Let's assume shared, as on b0rken win-ubuntu systems.\nFull line: %s\n", lfields[1], line); }