X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4a1edc6568563a179fc1177a36421094d0bf6ac..11352dc3ddb22ac0537039ce4345e3af5e106d7b:/src/instr/instr_paje_trace.c diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index 4af041e583..7b5568d03b 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -177,7 +177,7 @@ void TRACE_paje_start(void) XBT_DEBUG("Filename %s is open for writing", filename); /* output generator version */ - fprintf (tracing_file, "#SimGrid generates this trace file.\n"); + fprintf (tracing_file, "#This file was generated using SimGrid-%d.%d.%d\n", SIMGRID_VERSION_MAJOR, SIMGRID_VERSION_MINOR, SIMGRID_VERSION_PATCH); /* output one line comment */ dump_comment (TRACE_get_comment());