Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spurious 'n'.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 26 Jul 2018 09:48:11 +0000 (11:48 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 26 Jul 2018 20:22:21 +0000 (22:22 +0200)
src/mc/mc_dwarf.cpp

index 4088625..d67a3ae 100644 (file)
@@ -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"
   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());
 }
 
           info->file_name.c_str());
 }