Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] keep tracing data structures until the very last moment before shutdown
[simgrid.git] / src / instr / instr_paje_trace.c
index 9bb9f8a..8f5eb7d 100644 (file)
@@ -10,7 +10,7 @@
 
 #define INSTR_PAJE_ASSERT(str) {xbt_assert1(str!=NULL&&strlen(str)>0, "'%s' is NULL or length is zero", #str);}
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(instr_paje, instr, "Paje tracing event system");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(instr_paje_trace, instr, "Paje tracing event system");
 
 static FILE *tracing_file = NULL;