From: Arnaud Giersch Date: Thu, 26 Jul 2018 09:48:11 +0000 (+0200) Subject: Spurious 'n'. X-Git-Tag: v3_21~355^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/26fb9d1927756a7e1ba90ddf57848d26053983ea?ds=sidebyside Spurious 'n'. --- diff --git a/src/mc/mc_dwarf.cpp b/src/mc/mc_dwarf.cpp index 40886255d8..d67a3ae932 100644 --- a/src/mc/mc_dwarf.cpp +++ b/src/mc/mc_dwarf.cpp @@ -1202,7 +1202,7 @@ void MC_load_dwarf(simgrid::mc::ObjectInformation* info) elf_end(elf); close(fd); xbt_die("Debugging information not found for %s\n" - "Try recompiling with -g\nn", + "Try recompiling with -g\n", info->file_name.c_str()); }