From b4a1edc6568563a179fc1177a36421094d0bf6ac Mon Sep 17 00:00:00 2001 From: schnorr Date: Fri, 14 Sep 2012 00:23:00 +0200 Subject: [PATCH] [trace] remove version, otherwise we'll have to updates tesh'es at every release and use active voice --- src/instr/instr_paje_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index 7b5568d03b..4af041e583 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, "#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()); -- 2.20.1