X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/547d30c629acee94cf5a80876cf69f44e7777156..de6beb69be41b07b28072a304d6f2bc36b04b665:/src/instr/interface.c diff --git a/src/instr/interface.c b/src/instr/interface.c index 6e13062770..33a9e10dca 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -161,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);