X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c95e96a60c6d7abed9fefba1076976a4fbe16ded..de6beb69be41b07b28072a304d6f2bc36b04b665:/src/instr/interface.c diff --git a/src/instr/interface.c b/src/instr/interface.c index 1c5cf1a106..33a9e10dca 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -105,7 +105,6 @@ int TRACE_start_with_mask(const char *filename, int mask) { int TRACE_end() { if (!IS_TRACING) return 1; - __TRACE_surf_finalize(); FILE *file = TRACE_paje_end(); fclose (file); return 0; @@ -162,7 +161,7 @@ void TRACE_create_category (const char *category, } //check if category is created if (xbt_dict_get_or_null (created_categories, category)){ - THROW1 (tracing_error, TRACE_ERROR_CATEGORY_ALREADY_DEFINED, "Category %s is already created", type); + THROW1 (tracing_error, TRACE_ERROR_CATEGORY_ALREADY_DEFINED, "Category %s is already created", category); } pajeCreateContainer(MSG_get_clock(), category, type, parent_category, category);