Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Create a new log channel tbx containing dict, set, log, dynar, config (to shut
[simgrid.git] / src / xbt / dynar.c
index b039d34..8a65bc5 100644 (file)
@@ -10,8 +10,7 @@
 
 #include "gras_private.h"
 
-
-GRAS_LOG_NEW_DEFAULT_SUBCATEGORY(dynar,GRAS);
+GRAS_LOG_NEW_DEFAULT_SUBCATEGORY(dynar,tbx);
 
 struct gras_dynar_s {
   size_t          size;