Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] remove version, otherwise we'll have to updates tesh'es at every release
authorschnorr <Lucas.Schnorr@imag.fr>
Thu, 13 Sep 2012 22:23:00 +0000 (00:23 +0200)
committerschnorr <Lucas.Schnorr@imag.fr>
Thu, 13 Sep 2012 22:23:00 +0000 (00:23 +0200)
and use active voice

src/instr/instr_paje_trace.c

index 7b5568d..4af041e 100644 (file)
@@ -177,7 +177,7 @@ void TRACE_paje_start(void)
   XBT_DEBUG("Filename %s is open for writing", filename);
 
   /* output generator version */
-  fprintf (tracing_file, "#This file was generated using SimGrid-%d.%d.%d\n", SIMGRID_VERSION_MAJOR, SIMGRID_VERSION_MINOR, SIMGRID_VERSION_PATCH);
+  fprintf (tracing_file, "#SimGrid generates this trace file.\n");
 
   /* output one line comment */
   dump_comment (TRACE_get_comment());