Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
correction to compile with warning and th indentation in my files
[simgrid.git] / src / dict_unit.c
index 56e96f2..fa125dd 100644 (file)
@@ -14,9 +14,7 @@
 #include "portable.h"
 
 XBT_LOG_EXTERNAL_CATEGORY(xbt_dict);
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_dict, xbt,
-                                "Dictionaries provide the same functionalities than hash tables");
-
+XBT_LOG_DEFAULT_CATEGORY(xbt_dict);
 
 static void print_str(void *str)
 {