Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on
[simgrid.git] / src / xbt / xbt_log_appender_file.c
index d90bd8f..28c9b56 100644 (file)
@@ -15,7 +15,7 @@
  * The root category's default logging function.
  */
 
-extern const char *xbt_log_priority_names[7];
+extern const char *xbt_log_priority_names[8];
 
 
 static void append_file(xbt_log_appender_t this_appender, char *str)