X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/b7d00583f1757799be4a70b8ead9a37736d18ac6..4b79356ada36bf494ce5f1a7bcc3744b9d31f2e3:/main.cpp diff --git a/main.cpp b/main.cpp index 9a6b5b2..102122d 100644 --- a/main.cpp +++ b/main.cpp @@ -236,9 +236,9 @@ int main(int argc, char* argv[]) } // Register tracing categories - TRACE_category(TRACE_CAT_COMP); - TRACE_category(TRACE_CAT_CTRL); - TRACE_category(TRACE_CAT_DATA); + TRACE_category_with_color(TRACE_CAT_COMP, TRACE_COLOR_COMP); + TRACE_category_with_color(TRACE_CAT_CTRL, TRACE_COLOR_CTRL); + TRACE_category_with_color(TRACE_CAT_DATA, TRACE_COLOR_DATA); exit_status = EXIT_FAILURE_SIMU; // =====