Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile with -g; do not compile by default, but only on make check
[simgrid.git] / src / xbt / dict.c
index 1e8ccdb..d62ec7f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <stdio.h>
 
-GRAS_LOG_NEW_DEFAULT_SUBCATEGORY(dict,GRAS);
+GRAS_LOG_NEW_DEFAULT_SUBCATEGORY(dict,tbx);
 
 /*####[ Private prototypes ]#################################################*/