X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae0e5607956f1b19a4605d297bc6d51e5e18f845..a4a0b7a61683f71695edc5b66c554d209311699f:/src/instr/instr_interface.cpp diff --git a/src/instr/instr_interface.cpp b/src/instr/instr_interface.cpp index dbefe457ee..79dc5d33dc 100644 --- a/src/instr/instr_interface.cpp +++ b/src/instr/instr_interface.cpp @@ -84,7 +84,7 @@ void TRACE_category_with_color (const char *category, const char *color) if (not TRACE_is_enabled() || not TRACE_needs_platform()) return; - if (!(TRACE_categorized() && category != nullptr)) + if (not(TRACE_categorized() && category != nullptr)) return; //check if category is already created